POST CompanyContractsClassifications
Creates a new Company ContractsCompany Contracts Classifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
State of the action, and if created returns the Company Contract Classifications as and the GET link to the Company Contract Classifications
CompanyContractsClassificationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
Code | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "2a6d04f0-088e-49b7-9afa-73c4e65ad0a6", "IdNetwork": "9dbb59bd-1713-47ec-91c4-b2e05f85caac", "Code": "sample string 3", "Description": "sample string 4" }
application/xml, text/xml
Sample:
<CompanyContractsClassificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <_x003C_Code_x003E_k__BackingField>sample string 3</_x003C_Code_x003E_k__BackingField> <_x003C_Description_x003E_k__BackingField>sample string 4</_x003C_Description_x003E_k__BackingField> <_x003C_IdNetwork_x003E_k__BackingField>9dbb59bd-1713-47ec-91c4-b2e05f85caac</_x003C_IdNetwork_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>2a6d04f0-088e-49b7-9afa-73c4e65ad0a6</_x003C_Id_x003E_k__BackingField> </CompanyContractsClassificationDto>