POST RenewIdentifications

Request Information

URI Parameters

None.

Body Parameters

RenewIdentificationsDto
NameDescriptionTypeAdditional information
SelectedIdentifications

Collection of RenewIdentificationDetailDto

None.

Reason

byte

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SelectedIdentifications": [
    {
      "Id": "0d5000ce-9650-4363-a1d4-f9d92c8745e9",
      "Street1": "sample string 2",
      "Street2": "sample string 3",
      "ZipCode": "sample string 4",
      "City": "sample string 5",
      "IdState": "fdde720f-5650-42d3-a008-27561906ae35",
      "IdCountry": "54fb6851-2178-4420-a3a0-0d8522badf34",
      "ContactName": "sample string 6",
      "ContactPhone": "sample string 7",
      "ContractUseLocations": true,
      "HologramModelId": "d552b9ff-cf39-4073-8177-236b428476c7"
    },
    {
      "Id": "0d5000ce-9650-4363-a1d4-f9d92c8745e9",
      "Street1": "sample string 2",
      "Street2": "sample string 3",
      "ZipCode": "sample string 4",
      "City": "sample string 5",
      "IdState": "fdde720f-5650-42d3-a008-27561906ae35",
      "IdCountry": "54fb6851-2178-4420-a3a0-0d8522badf34",
      "ContactName": "sample string 6",
      "ContactPhone": "sample string 7",
      "ContractUseLocations": true,
      "HologramModelId": "d552b9ff-cf39-4073-8177-236b428476c7"
    }
  ],
  "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>d552b9ff-cf39-4073-8177-236b428476c7</HologramModelId>
      <Id>0d5000ce-9650-4363-a1d4-f9d92c8745e9</Id>
      <IdCountry>54fb6851-2178-4420-a3a0-0d8522badf34</IdCountry>
      <IdState>fdde720f-5650-42d3-a008-27561906ae35</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>d552b9ff-cf39-4073-8177-236b428476c7</HologramModelId>
      <Id>0d5000ce-9650-4363-a1d4-f9d92c8745e9</Id>
      <IdCountry>54fb6851-2178-4420-a3a0-0d8522badf34</IdCountry>
      <IdState>fdde720f-5650-42d3-a008-27561906ae35</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.