GET GenerateCode?type={type}&idCompany={idCompany}&idMerchant={idMerchant}&siteName={siteName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

byte

Required

idCompany

globally unique identifier

None.

idMerchant

globally unique identifier

None.

siteName

string

None.

Body Parameters

None.

Response Information

Resource Description

A collection of vehiclesClass.

GenerateCodeDto
NameDescriptionTypeAdditional information
Code

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1"
}

application/xml, text/xml

Sample:
<GenerateCodeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Code>sample string 1</Code>
</GenerateCodeDto>