PUT api/ASS_AccRecordTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | byte |
Required |
Body Parameters
ASS_AccRecordTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| IDType | byte |
None. |
|
| AccRecordType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDType": 64,
"AccRecordType": "sample string 2"
}
text/html
Sample:
{"IDType":64,"AccRecordType":"sample string 2"}
application/xml, text/xml
Sample:
<ASS_AccRecordTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <AccRecordType>sample string 2</AccRecordType> <IDType>64</IDType> </ASS_AccRecordTypes>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.