POST CompanyClassifications4Fleets
Request Information
URI Parameters
None.
Body Parameters
CompanyClassificationEntitiesDtoName | Description | Type | Additional information |
---|---|---|---|
EntityIds | Collection of globally unique identifier |
None. |
|
ClassificationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "EntityIds": [ "6a0bda3d-153f-4a8f-a923-813e9543ebf9", "6045ce71-3dc8-4c72-b94f-04efd90c91bc" ], "ClassificationId": "4f721e30-7a7f-4f8f-bbde-44ce8018ce4c" }
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>4f721e30-7a7f-4f8f-bbde-44ce8018ce4c</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6a0bda3d-153f-4a8f-a923-813e9543ebf9</d2p1:guid> <d2p1:guid>6045ce71-3dc8-4c72-b94f-04efd90c91bc</d2p1:guid> </EntityIds> </CompanyClassificationEntitiesDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CompanyClassificationEntitiesDtoName | Description | Type | Additional information |
---|---|---|---|
EntityIds | Collection of globally unique identifier |
None. |
|
ClassificationId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "EntityIds": [ "866c28c2-9d35-4a60-989f-6fa171542588", "4d576ffb-027f-4b9a-92dc-81a1135a97d8" ], "ClassificationId": "edf55efe-b98c-4b8c-915c-364c05714e8b" }
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>edf55efe-b98c-4b8c-915c-364c05714e8b</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>866c28c2-9d35-4a60-989f-6fa171542588</d2p1:guid> <d2p1:guid>4d576ffb-027f-4b9a-92dc-81a1135a97d8</d2p1:guid> </EntityIds> </CompanyClassificationEntitiesDto>