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": [
"4712b0bf-32b6-4250-8299-7d81427696ba",
"a0eb9b16-d7e0-4af6-84d4-1c8593b4f8b2"
],
"ClassificationId": "0f163b04-9e0f-42b7-aa64-cbeb4af35ae7"
}
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>0f163b04-9e0f-42b7-aa64-cbeb4af35ae7</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4712b0bf-32b6-4250-8299-7d81427696ba</d2p1:guid>
<d2p1:guid>a0eb9b16-d7e0-4af6-84d4-1c8593b4f8b2</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": [
"f7260def-b57d-4b15-9f67-5abee514b6f8",
"ea446fba-b3b1-4389-98a5-a116e322db7e"
],
"ClassificationId": "4ff0b343-5321-4680-8da7-d987f010ace1"
}
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>4ff0b343-5321-4680-8da7-d987f010ace1</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f7260def-b57d-4b15-9f67-5abee514b6f8</d2p1:guid>
<d2p1:guid>ea446fba-b3b1-4389-98a5-a116e322db7e</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>