POST CompanyClassifications1Drivers
Creates a new Classification 1 Drivers relationship
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classification 1 and Drivers
CompanyClassificationEntitiesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityIds | Collection of globally unique identifier |
None. |
|
| ClassificationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityIds": [
"bb629707-c360-4b5a-aa2c-70feb59142a7",
"30b77ac0-6b8a-4ed2-8a2a-e284d04a0f84"
],
"ClassificationId": "a75bfad8-1e8d-4838-bcd5-9d7ae16271ed"
}
application/xml, text/xml
Sample:
<CompanyClassificationEntitiesDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Company">
<ClassificationId>a75bfad8-1e8d-4838-bcd5-9d7ae16271ed</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bb629707-c360-4b5a-aa2c-70feb59142a7</d2p1:guid>
<d2p1:guid>30b77ac0-6b8a-4ed2-8a2a-e284d04a0f84</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>
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
CompanyClassificationEntitiesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityIds | Collection of globally unique identifier |
None. |
|
| ClassificationId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"EntityIds": [
"fc0d8850-fef2-450b-86e4-ada0894b204e",
"f6161f91-a09d-4945-a355-2e3bb0c8db2b"
],
"ClassificationId": "78572ecd-f7ed-42c7-8ee0-fc302d3534c7"
}
application/xml, text/xml
Sample:
<CompanyClassificationEntitiesDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Company">
<ClassificationId>78572ecd-f7ed-42c7-8ee0-fc302d3534c7</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fc0d8850-fef2-450b-86e4-ada0894b204e</d2p1:guid>
<d2p1:guid>f6161f91-a09d-4945-a355-2e3bb0c8db2b</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>