POST CompanyClassifications1Vehicles
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": [ "b1d117aa-c86f-47d5-816a-94f1e89850be", "65b07815-0451-4adc-8b6e-5042231f9de2" ], "ClassificationId": "10eaf97a-6de5-4d75-b72b-b72229f85cc8" }
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>10eaf97a-6de5-4d75-b72b-b72229f85cc8</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b1d117aa-c86f-47d5-816a-94f1e89850be</d2p1:guid> <d2p1:guid>65b07815-0451-4adc-8b6e-5042231f9de2</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": [ "356452fa-d23c-44b1-ba4a-1e366043918f", "7b4a0e8e-644d-4de2-88b3-01a6b1bf4126" ], "ClassificationId": "8964ce86-3249-4309-b473-a42d93be553d" }
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>8964ce86-3249-4309-b473-a42d93be553d</ClassificationId> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>356452fa-d23c-44b1-ba4a-1e366043918f</d2p1:guid> <d2p1:guid>7b4a0e8e-644d-4de2-88b3-01a6b1bf4126</d2p1:guid> </EntityIds> </CompanyClassificationEntitiesDto>