POST CompanyClassifications4Drivers
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": [ "c5f81802-837c-4e8b-8179-75367eaed4ae", "c215ccd1-61fe-4e20-9d96-26eeb2e654f2" ], "ClassificationId": "a05608dc-fb12-4f3c-9a76-267f10856fda" }
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>a05608dc-fb12-4f3c-9a76-267f10856fda</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c5f81802-837c-4e8b-8179-75367eaed4ae</d2p1:guid> <d2p1:guid>c215ccd1-61fe-4e20-9d96-26eeb2e654f2</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": [ "31020b42-dea3-4e26-be6c-ee54c538ae93", "5e44153a-bef3-486b-ac21-934e8eee4346" ], "ClassificationId": "892a09a7-f31c-46a0-9056-bb0599d55fc4" }
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>892a09a7-f31c-46a0-9056-bb0599d55fc4</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>31020b42-dea3-4e26-be6c-ee54c538ae93</d2p1:guid> <d2p1:guid>5e44153a-bef3-486b-ac21-934e8eee4346</d2p1:guid> </EntityIds> </CompanyClassificationEntitiesDto>