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": "7796e736-93c6-4c00-bf44-d12a46e57de9",
      "Street1": "sample string 2",
      "Street2": "sample string 3",
      "ZipCode": "sample string 4",
      "City": "sample string 5",
      "IdState": "63bd723b-decc-4065-b9ea-875bc6547fdf",
      "IdCountry": "b0f22f3d-20a6-4fda-98a4-866ceeece564",
      "ContactName": "sample string 6",
      "ContactPhone": "sample string 7",
      "ContractUseLocations": true,
      "HologramModelId": "a1bd905f-302c-4b3c-ab8b-9efa51fbb938"
    },
    {
      "Id": "7796e736-93c6-4c00-bf44-d12a46e57de9",
      "Street1": "sample string 2",
      "Street2": "sample string 3",
      "ZipCode": "sample string 4",
      "City": "sample string 5",
      "IdState": "63bd723b-decc-4065-b9ea-875bc6547fdf",
      "IdCountry": "b0f22f3d-20a6-4fda-98a4-866ceeece564",
      "ContactName": "sample string 6",
      "ContactPhone": "sample string 7",
      "ContractUseLocations": true,
      "HologramModelId": "a1bd905f-302c-4b3c-ab8b-9efa51fbb938"
    }
  ],
  "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>a1bd905f-302c-4b3c-ab8b-9efa51fbb938</HologramModelId>
      <Id>7796e736-93c6-4c00-bf44-d12a46e57de9</Id>
      <IdCountry>b0f22f3d-20a6-4fda-98a4-866ceeece564</IdCountry>
      <IdState>63bd723b-decc-4065-b9ea-875bc6547fdf</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>a1bd905f-302c-4b3c-ab8b-9efa51fbb938</HologramModelId>
      <Id>7796e736-93c6-4c00-bf44-d12a46e57de9</Id>
      <IdCountry>b0f22f3d-20a6-4fda-98a4-866ceeece564</IdCountry>
      <IdState>63bd723b-decc-4065-b9ea-875bc6547fdf</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.