POST CompanyClassifications2Vehicles

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": [
    "fd6d41cd-7b92-48b9-b81e-e059c67b3a22",
    "aed978ee-a525-4b12-a192-b1244e06653a"
  ],
  "ClassificationId": "e2e9d096-63d4-4a1f-b363-6358288b8c9a"
}

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>e2e9d096-63d4-4a1f-b363-6358288b8c9a</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>fd6d41cd-7b92-48b9-b81e-e059c67b3a22</d2p1:guid>
    <d2p1:guid>aed978ee-a525-4b12-a192-b1244e06653a</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": [
    "517f5b80-f6da-4341-810a-432fffec1916",
    "4cff93f1-4cdb-4ab8-9422-ec4ba8bbea94"
  ],
  "ClassificationId": "f4045dfc-e116-4359-863b-6b3c9980367c"
}

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>f4045dfc-e116-4359-863b-6b3c9980367c</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>517f5b80-f6da-4341-810a-432fffec1916</d2p1:guid>
    <d2p1:guid>4cff93f1-4cdb-4ab8-9422-ec4ba8bbea94</d2p1:guid>
  </EntityIds>
</CompanyClassificationEntitiesDto>