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