PUT DocumentTypesAccepted
Updates the Document Types Accepted.
Request Information
URI Parameters
None.
Body Parameters
The new data of the Document Types Accepted.
DocumentTypeAcceptedDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdNetwork | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| Validator | boolean |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "83ff2a92-7247-4f21-99a5-7b4a6ae890fc",
"IdNetwork": "76e5bfef-191f-4d41-9b8e-0d0d889a64a6",
"Code": "sample string 3",
"Description": "sample string 4",
"Validator": true,
"Active": true
}
application/xml, text/xml
Sample:
<DocumentTypeAcceptedDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Active>true</Active> <Code>sample string 3</Code> <Description>sample string 4</Description> <Id>83ff2a92-7247-4f21-99a5-7b4a6ae890fc</Id> <IdNetwork>76e5bfef-191f-4d41-9b8e-0d0d889a64a6</IdNetwork> <Validator>true</Validator> </DocumentTypeAcceptedDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.