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": [
"f3386954-cdb9-4f98-92df-fef340cc09c6",
"992ce619-96ec-4969-a534-7fdf88361f82"
],
"ClassificationId": "13231819-305a-4136-8fd6-7fce634b131a"
}
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>13231819-305a-4136-8fd6-7fce634b131a</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f3386954-cdb9-4f98-92df-fef340cc09c6</d2p1:guid>
<d2p1:guid>992ce619-96ec-4969-a534-7fdf88361f82</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": [
"1319e8dd-eddb-4336-9038-85a1b17c27b5",
"62419b66-02e3-4fdb-a1c1-040d2be1bd3f"
],
"ClassificationId": "dcc86659-0fbb-475e-8999-b569ae6c247c"
}
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>dcc86659-0fbb-475e-8999-b569ae6c247c</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1319e8dd-eddb-4336-9038-85a1b17c27b5</d2p1:guid>
<d2p1:guid>62419b66-02e3-4fdb-a1c1-040d2be1bd3f</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>