POST CompanyClassifications4Vehicles
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": [
"67ac6b6e-eaee-48eb-a2e9-9c9dfee882c3",
"c5535ef9-7289-4065-a5d0-0e907eff779d"
],
"ClassificationId": "af4c9e44-6896-469b-a033-e7f8ef8cf09f"
}
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>af4c9e44-6896-469b-a033-e7f8ef8cf09f</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>67ac6b6e-eaee-48eb-a2e9-9c9dfee882c3</d2p1:guid>
<d2p1:guid>c5535ef9-7289-4065-a5d0-0e907eff779d</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": [
"7d7f1d03-722f-4ebf-8b10-f4b2191efe8d",
"61a4dcd3-3949-42a7-86cb-a176ec8aa5a0"
],
"ClassificationId": "42ad8ef8-1bda-4cf4-9551-80e9730b29b1"
}
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>42ad8ef8-1bda-4cf4-9551-80e9730b29b1</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7d7f1d03-722f-4ebf-8b10-f4b2191efe8d</d2p1:guid>
<d2p1:guid>61a4dcd3-3949-42a7-86cb-a176ec8aa5a0</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>