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": "cae212ef-c4ce-4372-8433-cc737379d4e8",
"IdCompany": "6eccc128-77bf-4931-becf-d4c40f634654",
"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>cae212ef-c4ce-4372-8433-cc737379d4e8</Id> <IdCompany>6eccc128-77bf-4931-becf-d4c40f634654</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": "d45f00e7-b356-400f-80d1-28ef841e14c5",
"IdCompany": "11221c7e-505e-44ac-a355-638f6ac84b1a",
"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>d45f00e7-b356-400f-80d1-28ef841e14c5</Id> <IdCompany>11221c7e-505e-44ac-a355-638f6ac84b1a</IdCompany> </CompanyClassificationDto>