POST CompanyClassifications3Drivers
Creates a new Classification 3 Drivers relationship
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classification 3 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": [
"d8964299-7a1b-474a-8ee4-72403e2f2187",
"d22fde19-5660-4a99-94d8-1da31226d047"
],
"ClassificationId": "58bbe412-bfd6-43c0-b9ea-37b60e1e7bc2"
}
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>58bbe412-bfd6-43c0-b9ea-37b60e1e7bc2</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d8964299-7a1b-474a-8ee4-72403e2f2187</d2p1:guid>
<d2p1:guid>d22fde19-5660-4a99-94d8-1da31226d047</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": [
"cbb3e358-9dd2-45b5-88d3-10306d592db0",
"d40a7585-c08a-4a07-8ca9-b128920596b3"
],
"ClassificationId": "3d9cfc20-1095-421d-8c9a-76fab76d63ae"
}
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>3d9cfc20-1095-421d-8c9a-76fab76d63ae</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cbb3e358-9dd2-45b5-88d3-10306d592db0</d2p1:guid>
<d2p1:guid>d40a7585-c08a-4a07-8ca9-b128920596b3</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>