PUT api/EdiFileType/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EdiFileTypeParam| Name | Description | Type | Additional information |
|---|---|---|---|
| FileType | string |
Required |
|
| Direction | string |
Required |
|
| HasSubType | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"FileType": "sample string 1",
"Direction": "sample string 2",
"HasSubType": 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.