POST api/FranchiseePanCheck/Details
Request Information
URI Parameters
None.
Body Parameters
IIFLMainPanRequestEntityName | Description | Type | Additional information |
---|---|---|---|
head | IIFLHeadRequestEntity |
None. |
|
body | PanBody |
None. |
Request Formats
application/json, text/json
Sample:
{ "head": { "UniqueKey": "sample string 1", "AppName": "sample string 2", "AppVer": "sample string 3", "OsName": "sample string 4" }, "body": { "PanNo": "sample string 1", "CompanyName": "sample string 2" } }
application/xml, text/xml
Sample:
<IIFLMainPanRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMC_MODEL.COMMON"> <body> <CompanyName>sample string 2</CompanyName> <PanNo>sample string 1</PanNo> </body> <head> <AppName>sample string 2</AppName> <AppVer>sample string 3</AppVer> <OsName>sample string 4</OsName> <UniqueKey>sample string 1</UniqueKey> </head> </IIFLMainPanRequestEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IIFLMainPanResponceEntityName | Description | Type | Additional information |
---|---|---|---|
Head | IIFLHeadResponceEntity |
None. |
|
Body | IIFLPanBobyResponceEntity |
None. |
Response Formats
application/json, text/json
Sample:
{ "Head": { "ResponseKey": "sample string 1", "ResponseCode": 2, "Message": "sample string 3" }, "Body": { "Exists": "sample string 1", "Msg": "sample string 2", "Status": "sample string 3", "PanName": "sample string 4" } }
application/xml, text/xml
Sample:
<IIFLMainPanResponceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMC_MODEL.COMMON"> <Body> <Exists>sample string 1</Exists> <Msg>sample string 2</Msg> <PanName>sample string 4</PanName> <Status>sample string 3</Status> </Body> <Head> <Message>sample string 3</Message> <ResponseCode>2</ResponseCode> <ResponseKey>sample string 1</ResponseKey> </Head> </IIFLMainPanResponceEntity>