PUT api/ClaimBilling/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ClaimBillingParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PayorTypeId | integer |
Required |
|
| StartDate | integer |
Required |
|
| EndDate | integer |
Required |
|
| Month | integer |
Required |
|
| Year | integer |
Required |
|
| ClientIds | Collection of integer |
Required |
|
| PayorId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"PayorTypeId": 1,
"StartDate": 2,
"EndDate": 3,
"Month": 4,
"Year": 5,
"ClientIds": [
1,
2
],
"PayorId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.