PUT api/ClientAuthorization/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ClientAuthorizationParam| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| PayerId | integer |
None. |
|
| ProgramId | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| AuthorizationNumber | string |
None. |
|
| Icd10Codes | Collection of integer |
None. |
|
| UserId | string |
None. |
|
| SuperVisit | integer |
None. |
|
| AuthorizedServices | Collection of string |
None. |
|
| ClientAuthorizationServiceParams | Collection of ClientAuthorizationServiceParam |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"PayerId": 2,
"ProgramId": 3,
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"AuthorizationNumber": "sample string 6",
"Icd10Codes": [
1,
2
],
"UserId": "sample string 7",
"SuperVisit": 8,
"AuthorizedServices": [
"sample string 1",
"sample string 2"
],
"ClientAuthorizationServiceParams": [
{
"PayerContractServiceId": 1,
"ServiceId": 2,
"AuthorizedWeeklyUnits": 3.0,
"TotalAuthorized": 4.0
},
{
"PayerContractServiceId": 1,
"ServiceId": 2,
"AuthorizedWeeklyUnits": 3.0,
"TotalAuthorized": 4.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.