POST api/PayerContractServiceRate
Request Information
URI Parameters
None.
Body Parameters
PayerContractServiceRateParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PayerContractProgramId | integer |
None. |
|
| ServiceId | integer |
None. |
|
| RateAmount | decimal number |
None. |
|
| EffectiveDate | string |
None. |
|
| EndDate | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PayerContractProgramId": 2,
"ServiceId": 3,
"RateAmount": 4.0,
"EffectiveDate": "sample string 5",
"EndDate": "sample string 6",
"UserName": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.