POST CompanyClassifications4Drivers

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": [
    "da377c8d-1bae-412a-a5cd-0aee42460acb",
    "b0fdda72-6c9b-411c-abb0-5cf5daa44995"
  ],
  "ClassificationId": "b2f27849-33f1-4c28-8bfc-f516fe782d7d"
}

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>b2f27849-33f1-4c28-8bfc-f516fe782d7d</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>da377c8d-1bae-412a-a5cd-0aee42460acb</d2p1:guid>
    <d2p1:guid>b0fdda72-6c9b-411c-abb0-5cf5daa44995</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": [
    "51b4bf01-99e6-4fd7-811f-954622fb6bc1",
    "9e992ff8-b598-4361-9024-767cae6d3b6a"
  ],
  "ClassificationId": "51d70073-8aea-4127-aa8a-5ed1739dc70b"
}

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>51d70073-8aea-4127-aa8a-5ed1739dc70b</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>51b4bf01-99e6-4fd7-811f-954622fb6bc1</d2p1:guid>
    <d2p1:guid>9e992ff8-b598-4361-9024-767cae6d3b6a</d2p1:guid>
  </EntityIds>
</CompanyClassificationEntitiesDto>