POST CompanyClassifications3
Creates a new Company Classifications
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classifications
CompanyClassificationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdCompany | globally unique identifier |
None. |
|
Code | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "35552b62-1434-4ac9-8e34-85777b38ae24", "IdCompany": "0cd5f68b-662d-40b2-b58d-dcfebf47872d", "Code": "sample string 3", "Description": "sample string 4" }
application/xml, text/xml
Sample:
<CompanyClassificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <Description>sample string 4</Description> <Id>35552b62-1434-4ac9-8e34-85777b38ae24</Id> <IdCompany>0cd5f68b-662d-40b2-b58d-dcfebf47872d</IdCompany> </CompanyClassificationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the Company Classifications as and the GET link to the Company Classifications
CompanyClassificationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdCompany | globally unique identifier |
None. |
|
Code | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "05cabb09-7479-4b18-9dc9-65e03bb02893", "IdCompany": "964cd571-f33b-4d00-aac5-7bcf8ba3606c", "Code": "sample string 3", "Description": "sample string 4" }
application/xml, text/xml
Sample:
<CompanyClassificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <Description>sample string 4</Description> <Id>05cabb09-7479-4b18-9dc9-65e03bb02893</Id> <IdCompany>964cd571-f33b-4d00-aac5-7bcf8ba3606c</IdCompany> </CompanyClassificationDto>