POST CompanyClassifications3
Creates a new Company Classifications
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classifications
CompanyClassificationDto| Name | 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": "e65b6e80-0d2a-41b4-bcd2-0359e8a48b85",
"IdCompany": "f5deb23d-1bc5-4d6e-8192-cf9c70b2fa16",
"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>e65b6e80-0d2a-41b4-bcd2-0359e8a48b85</Id> <IdCompany>f5deb23d-1bc5-4d6e-8192-cf9c70b2fa16</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
CompanyClassificationDto| Name | 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": "2263ec88-1f8d-4f8e-8bf8-37dc52a859ba",
"IdCompany": "6cb77915-4b73-44b9-a502-fe85a8447145",
"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>2263ec88-1f8d-4f8e-8bf8-37dc52a859ba</Id> <IdCompany>6cb77915-4b73-44b9-a502-fe85a8447145</IdCompany> </CompanyClassificationDto>