POST CompanyClassifications2Drivers
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": [
"0bb2c8e7-844a-43d5-91d3-cc909055e5bb",
"879a05c2-0a80-4e1b-8002-6b1e70fd0e5e"
],
"ClassificationId": "38a10d62-e094-4775-b8f7-3c01ccde5d51"
}
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>38a10d62-e094-4775-b8f7-3c01ccde5d51</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0bb2c8e7-844a-43d5-91d3-cc909055e5bb</d2p1:guid>
<d2p1:guid>879a05c2-0a80-4e1b-8002-6b1e70fd0e5e</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": [
"8bdd3d77-3faa-447f-b88e-87476089809a",
"0a8be5b4-4e8c-42c2-92c2-90c31e2067f7"
],
"ClassificationId": "cd026c48-6256-4b7e-b791-7a1ec14f66df"
}
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>cd026c48-6256-4b7e-b791-7a1ec14f66df</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8bdd3d77-3faa-447f-b88e-87476089809a</d2p1:guid>
<d2p1:guid>0a8be5b4-4e8c-42c2-92c2-90c31e2067f7</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>