POST CompanyClassifications2Vehicles
Request Information
URI Parameters
None.
Body Parameters
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": [
"cd7c03e7-ac5d-4cf4-9548-c31171415f36",
"0b333910-0b5d-4b3f-a450-c97f54e8a590"
],
"ClassificationId": "766dcd8b-80c1-42b9-bd98-fea7f36d0ec3"
}
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>766dcd8b-80c1-42b9-bd98-fea7f36d0ec3</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cd7c03e7-ac5d-4cf4-9548-c31171415f36</d2p1:guid>
<d2p1:guid>0b333910-0b5d-4b3f-a450-c97f54e8a590</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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": [
"d8ffc6dd-dde1-4b2a-aee7-554550a258bb",
"0922c369-9e9c-43f5-bfa2-4d0ec553a3c1"
],
"ClassificationId": "800933b7-2e0c-4985-aa4f-63b752de9859"
}
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>800933b7-2e0c-4985-aa4f-63b752de9859</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d8ffc6dd-dde1-4b2a-aee7-554550a258bb</d2p1:guid>
<d2p1:guid>0922c369-9e9c-43f5-bfa2-4d0ec553a3c1</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>