GET GenerateCode?type={type}&idCompany={idCompany}&idMerchant={idMerchant}&siteName={siteName}
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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>