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": "f432dd27-dc7a-4bc8-93dd-4dccc97b85a4",
"IdCompany": "e52d1ca2-c1b4-4e71-81d5-81118796db77",
"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>f432dd27-dc7a-4bc8-93dd-4dccc97b85a4</Id> <IdCompany>e52d1ca2-c1b4-4e71-81d5-81118796db77</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": "190b9d47-319e-474e-be6b-a0234b3f9f43",
"IdCompany": "79b6e4b4-f95c-4a53-a233-c4fa51c7fbe2",
"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>190b9d47-319e-474e-be6b-a0234b3f9f43</Id> <IdCompany>79b6e4b4-f95c-4a53-a233-c4fa51c7fbe2</IdCompany> </CompanyClassificationDto>