GET api/Generate/STINGenerate/{merchantCode}/{PayerTypes}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
merchantCode

string

Required

PayerTypes

integer

Required

Body Parameters

None.

Response Information

Resource Description

PayerUtin
NameDescriptionTypeAdditional information
Utin

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<PayerUtin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GenerateSTIN.Models">
  <Utin>sample string 1</Utin>
</PayerUtin>