PUT api/PayerContract/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PayerContractParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PayerId | integer |
None. |
|
| ContractNumber | string |
None. |
|
| EffectiveDate | string |
None. |
|
| EndDate | string |
None. |
|
| UserName | string |
None. |
|
| UserId | string |
None. |
|
| EdiFileTypes | Collection of PayerContractFileTypeParam |
None. |
|
| EdiFileTypesString | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayerId": 1,
"ContractNumber": "sample string 2",
"EffectiveDate": "sample string 3",
"EndDate": "sample string 4",
"UserName": "sample string 5",
"UserId": "sample string 6",
"EdiFileTypes": [
{
"PayerContractId": 1,
"FileTypeId": 2,
"FileSubTypeId": 3,
"EdiProfileId": 4,
"EffectiveDate": "sample string 5",
"EndDate": "sample string 6",
"IsDelete": true
},
{
"PayerContractId": 1,
"FileTypeId": 2,
"FileSubTypeId": 3,
"EdiProfileId": 4,
"EffectiveDate": "sample string 5",
"EndDate": "sample string 6",
"IsDelete": true
}
],
"EdiFileTypesString": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.