POST CompanyClassifications2Drivers

Request Information

URI Parameters

None.

Body Parameters

CompanyClassificationEntitiesDto
NameDescriptionTypeAdditional information
EntityIds

Collection of globally unique identifier

None.

ClassificationId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EntityIds": [
    "e5dcf4a7-9936-4512-b673-9a5f850fd503",
    "73c5db76-5f17-471d-82f1-3dd91125ba42"
  ],
  "ClassificationId": "7c6f89df-08eb-4ca8-857a-d3a3e9e43447"
}

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>7c6f89df-08eb-4ca8-857a-d3a3e9e43447</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>e5dcf4a7-9936-4512-b673-9a5f850fd503</d2p1:guid>
    <d2p1:guid>73c5db76-5f17-471d-82f1-3dd91125ba42</d2p1:guid>
  </EntityIds>
</CompanyClassificationEntitiesDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CompanyClassificationEntitiesDto
NameDescriptionTypeAdditional information
EntityIds

Collection of globally unique identifier

None.

ClassificationId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "EntityIds": [
    "394b0712-ff3f-48fc-93be-f07996fbfcec",
    "0f1d196a-eedb-4a04-a353-0bc084e24b8f"
  ],
  "ClassificationId": "ae5599a9-9fbb-4312-a8bc-2fbefdf67c2b"
}

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>ae5599a9-9fbb-4312-a8bc-2fbefdf67c2b</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>394b0712-ff3f-48fc-93be-f07996fbfcec</d2p1:guid>
    <d2p1:guid>0f1d196a-eedb-4a04-a353-0bc084e24b8f</d2p1:guid>
  </EntityIds>
</CompanyClassificationEntitiesDto>