POST CompanyClassifications3Fleets
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": [ "cdfe8c82-6828-4098-bfe2-e08e80773542", "5aab5865-0678-4956-8f01-1ee4c03d78f9" ], "ClassificationId": "53f5f21e-39e0-4a36-9097-15ac05e778b2" }
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>53f5f21e-39e0-4a36-9097-15ac05e778b2</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>cdfe8c82-6828-4098-bfe2-e08e80773542</d2p1:guid> <d2p1:guid>5aab5865-0678-4956-8f01-1ee4c03d78f9</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": [ "6d423058-82bc-4078-8c9b-003f909f0717", "460362ed-70ee-4067-9cde-53e76466df07" ], "ClassificationId": "bfb0d775-ca1a-4bd2-b4fd-32570297c79f" }
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>bfb0d775-ca1a-4bd2-b4fd-32570297c79f</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6d423058-82bc-4078-8c9b-003f909f0717</d2p1:guid> <d2p1:guid>460362ed-70ee-4067-9cde-53e76466df07</d2p1:guid> </EntityIds> </CompanyClassificationEntitiesDto>