POST CompanyClassifications4Vehicles
Creates a new Classification 4 Vehicles relationship
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classification 4 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": [
"a72756b3-5259-41f6-91e4-aabd887af5d8",
"661be908-cd57-40ce-b26b-ef997e0fc926"
],
"ClassificationId": "805d940b-63eb-491c-a708-8fd0ef0d7e58"
}
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>805d940b-63eb-491c-a708-8fd0ef0d7e58</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a72756b3-5259-41f6-91e4-aabd887af5d8</d2p1:guid>
<d2p1:guid>661be908-cd57-40ce-b26b-ef997e0fc926</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": [
"ff320ea1-4961-407c-a381-bc0ef008248c",
"32b35e4a-785a-4cbd-9e4f-2b28219d680e"
],
"ClassificationId": "a600f684-c65c-4245-945f-f710a1b801a5"
}
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>a600f684-c65c-4245-945f-f710a1b801a5</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ff320ea1-4961-407c-a381-bc0ef008248c</d2p1:guid>
<d2p1:guid>32b35e4a-785a-4cbd-9e4f-2b28219d680e</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>