PUT api/PayerContractProgram/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PayerContractProgramParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PayerContractId | integer |
None. |
|
| ProgramId | integer |
None. |
|
| EffectiveDate | string |
None. |
|
| EndDate | string |
None. |
|
| UserName | string |
None. |
|
| UserId | integer |
None. |
|
| ServiceList | string |
None. |
|
| ServiceRates | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayerContractId": 1,
"ProgramId": 2,
"EffectiveDate": "sample string 3",
"EndDate": "sample string 4",
"UserName": "sample string 5",
"UserId": 6,
"ServiceList": "sample string 7",
"ServiceRates": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.