POST CompanyClassifications1Vehicles

Creates a new Classification 1 Vehicles relationship

Request Information

URI Parameters

None.

Body Parameters

The data of the Company Classification 1 and Vehicles

CompanyClassificationEntitiesDto
NameDescriptionTypeAdditional information
EntityIds

Collection of globally unique identifier

None.

ClassificationId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EntityIds": [
    "1aab9d91-9eaa-4a0d-9205-5eb2c890504f",
    "81200a14-c3bf-4ace-ab77-2f9e7daa68cf"
  ],
  "ClassificationId": "862168cf-9310-4897-8a4f-f51e58b2967f"
}

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>862168cf-9310-4897-8a4f-f51e58b2967f</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>1aab9d91-9eaa-4a0d-9205-5eb2c890504f</d2p1:guid>
    <d2p1:guid>81200a14-c3bf-4ace-ab77-2f9e7daa68cf</d2p1:guid>
  </EntityIds>
</CompanyClassificationEntitiesDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action, and if created returns the Company Classifications as

CompanyClassificationEntitiesDto
NameDescriptionTypeAdditional information
EntityIds

Collection of globally unique identifier

None.

ClassificationId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "EntityIds": [
    "e9125ad1-3ec1-4afc-8386-d8e8c3215c52",
    "f9cd6c99-8377-47c6-8707-94288c7dbfb3"
  ],
  "ClassificationId": "19d866d1-6ea4-4dcf-96db-5f0fe959c492"
}

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>19d866d1-6ea4-4dcf-96db-5f0fe959c492</ClassificationId>
  <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>e9125ad1-3ec1-4afc-8386-d8e8c3215c52</d2p1:guid>
    <d2p1:guid>f9cd6c99-8377-47c6-8707-94288c7dbfb3</d2p1:guid>
  </EntityIds>
</CompanyClassificationEntitiesDto>