POST CompanyClassifications4Vehicles
Creates a new Classification 4 Vehicles relationship
Request Information
URI Parameters
None.
Body Parameters
The data of the Company Classification 4 and Vehicles
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": [
"2491c553-5f0d-40e6-aedf-12eec7604f16",
"7def333e-0798-44e3-91f5-ef4668b52563"
],
"ClassificationId": "962ce42b-0c35-40ec-add2-de6fc3b375dd"
}
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>962ce42b-0c35-40ec-add2-de6fc3b375dd</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2491c553-5f0d-40e6-aedf-12eec7604f16</d2p1:guid>
<d2p1:guid>7def333e-0798-44e3-91f5-ef4668b52563</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| 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": [
"2ed9c933-5fe6-4287-b991-527df4cdcd67",
"cde30e6a-033f-44d1-930c-76e69df6a4a0"
],
"ClassificationId": "ab1bbd16-a9fb-4550-ada9-8a746bea493f"
}
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>ab1bbd16-a9fb-4550-ada9-8a746bea493f</ClassificationId>
<EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2ed9c933-5fe6-4287-b991-527df4cdcd67</d2p1:guid>
<d2p1:guid>cde30e6a-033f-44d1-930c-76e69df6a4a0</d2p1:guid>
</EntityIds>
</CompanyClassificationEntitiesDto>