POST CompanyClassifications3Vehicles
Creates a new Classification 3 Vehicles relationship
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classification 3 and Vehicles
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": [
"3d74c815-a0e7-4878-a6ab-d34c5b43a7dd",
"41b254b8-944a-48bd-a913-b7f0575a12f0"
],
"ClassificationId": "ab858e53-b9f3-4de2-bb33-d98c555a3086"
}
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>ab858e53-b9f3-4de2-bb33-d98c555a3086</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3d74c815-a0e7-4878-a6ab-d34c5b43a7dd</d2p1:guid>
<d2p1:guid>41b254b8-944a-48bd-a913-b7f0575a12f0</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": [
"c4f6d564-f806-43d3-b6fd-0e7b021f9e99",
"829ab2bd-b96c-442b-a55e-1c4eb3a37980"
],
"ClassificationId": "f8fbf278-1232-41e9-80d4-1daac1dc1359"
}
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>f8fbf278-1232-41e9-80d4-1daac1dc1359</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c4f6d564-f806-43d3-b6fd-0e7b021f9e99</d2p1:guid>
<d2p1:guid>829ab2bd-b96c-442b-a55e-1c4eb3a37980</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>