POST api/app/VendorPortal/VerifyTinAndCompanyName?name={name}&tin={tin}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

tin

string

Required

Body Parameters

None.

Response Information

Resource Description

CommandResponseOfObject
NameDescriptionTypeAdditional information
Data

Object

None.

IsSuccess

boolean

None.

Message

string

None.

AdditionData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "IsSuccess": true,
  "Message": "sample string 3",
  "AdditionData": {}
}

application/xml, text/xml

Sample:
<CommandResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.ResponseModels">
  <AdditionData />
  <Data />
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
</CommandResponseOfanyType>