POST RenewIdentifications
Request Information
URI Parameters
None.
Body Parameters
RenewIdentificationsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectedIdentifications | Collection of RenewIdentificationDetailDto |
None. |
|
| Reason | byte |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SelectedIdentifications": [
{
"Id": "4b100ff1-bc22-43ce-b257-ba80fe73e7d8",
"Street1": "sample string 2",
"Street2": "sample string 3",
"ZipCode": "sample string 4",
"City": "sample string 5",
"IdState": "2187d4a1-e038-41d6-b70d-8ae7ae6010cd",
"IdCountry": "5ff0773f-1884-44b0-897c-ad46df74f736",
"ContactName": "sample string 6",
"ContactPhone": "sample string 7",
"ContractUseLocations": true,
"HologramModelId": "35c85dc3-829a-4b59-afc2-d5a77e321880"
},
{
"Id": "4b100ff1-bc22-43ce-b257-ba80fe73e7d8",
"Street1": "sample string 2",
"Street2": "sample string 3",
"ZipCode": "sample string 4",
"City": "sample string 5",
"IdState": "2187d4a1-e038-41d6-b70d-8ae7ae6010cd",
"IdCountry": "5ff0773f-1884-44b0-897c-ad46df74f736",
"ContactName": "sample string 6",
"ContactPhone": "sample string 7",
"ContractUseLocations": true,
"HologramModelId": "35c85dc3-829a-4b59-afc2-d5a77e321880"
}
],
"Reason": 64,
"Comment": "sample string 1"
}
application/xml, text/xml
Sample:
<RenewIdentificationsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<Comment>sample string 1</Comment>
<Reason>64</Reason>
<SelectedIdentifications>
<RenewIdentificationDetailDto>
<City>sample string 5</City>
<ContactName>sample string 6</ContactName>
<ContactPhone>sample string 7</ContactPhone>
<ContractUseLocations>true</ContractUseLocations>
<HologramModelId>35c85dc3-829a-4b59-afc2-d5a77e321880</HologramModelId>
<Id>4b100ff1-bc22-43ce-b257-ba80fe73e7d8</Id>
<IdCountry>5ff0773f-1884-44b0-897c-ad46df74f736</IdCountry>
<IdState>2187d4a1-e038-41d6-b70d-8ae7ae6010cd</IdState>
<Street1>sample string 2</Street1>
<Street2>sample string 3</Street2>
<ZipCode>sample string 4</ZipCode>
</RenewIdentificationDetailDto>
<RenewIdentificationDetailDto>
<City>sample string 5</City>
<ContactName>sample string 6</ContactName>
<ContactPhone>sample string 7</ContactPhone>
<ContractUseLocations>true</ContractUseLocations>
<HologramModelId>35c85dc3-829a-4b59-afc2-d5a77e321880</HologramModelId>
<Id>4b100ff1-bc22-43ce-b257-ba80fe73e7d8</Id>
<IdCountry>5ff0773f-1884-44b0-897c-ad46df74f736</IdCountry>
<IdState>2187d4a1-e038-41d6-b70d-8ae7ae6010cd</IdState>
<Street1>sample string 2</Street1>
<Street2>sample string 3</Street2>
<ZipCode>sample string 4</ZipCode>
</RenewIdentificationDetailDto>
</SelectedIdentifications>
</RenewIdentificationsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.