POST api/PayorGroupDetails
Request Information
URI Parameters
None.
Body Parameters
PayorGroupDetailsModelName | Description | Type | Additional information |
---|---|---|---|
type | PayorGroupDateType |
Required |
|
primaryKeyId | globally unique identifier |
Required |
|
payorGroupId | globally unique identifier |
Required |
|
productId | globally unique identifier |
Required |
|
icd10Codes | string |
Max length: 4000 |
|
amount | decimal number |
None. |
|
startDate | date |
Required |
|
stopDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "type": 0, "primaryKeyId": "f7a318c1-8d40-49c9-9b4f-ce43ba890573", "payorGroupId": "83c8b33b-d10c-4e8e-96f9-710b628867c8", "productId": "eb8bad1f-7d80-461c-8427-88905547c412", "icd10Codes": "sample string 4", "amount": 5.0, "startDate": "2021-02-24T12:11:54.562713-08:00", "stopDate": "2021-02-24T12:11:54.562713-08:00" }
application/xml, text/xml
Sample:
<PayorGroupDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portal.Api.Models"> <amount>5</amount> <icd10Codes>sample string 4</icd10Codes> <payorGroupId>83c8b33b-d10c-4e8e-96f9-710b628867c8</payorGroupId> <primaryKeyId>f7a318c1-8d40-49c9-9b4f-ce43ba890573</primaryKeyId> <productId>eb8bad1f-7d80-461c-8427-88905547c412</productId> <startDate>2021-02-24T12:11:54.562713-08:00</startDate> <stopDate>2021-02-24T12:11:54.562713-08:00</stopDate> <type>Policy</type> </PayorGroupDetailsModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |