POST api/Receipts/FindBranchID
Request Information
URI Parameters
None.
Body Parameters
ApiGuidParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchState | string |
None. |
|
| BranchCity | string |
None. |
|
| ShopName | string |
None. |
|
| ShopOwnerName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchState": "sample string 1",
"BranchCity": "sample string 2",
"ShopName": "sample string 3",
"ShopOwnerName": "sample string 4"
}
application/xml, text/xml
Sample:
<ApiGuidParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportingServiceApi.Models"> <BranchCity>sample string 2</BranchCity> <BranchState>sample string 1</BranchState> <ShopName>sample string 3</ShopName> <ShopOwnerName>sample string 4</ShopOwnerName> </ApiGuidParamModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiGuidResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | string |
None. |
|
| LastReceiptInsertedDate | string |
None. |
|
| ResponseCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"BranchID": "sample string 1",
"LastReceiptInsertedDate": "sample string 2",
"ResponseCode": 3
}
application/xml, text/xml
Sample:
<ApiGuidResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportingServiceApi.Models"> <BranchID>sample string 1</BranchID> <LastReceiptInsertedDate>sample string 2</LastReceiptInsertedDate> <ResponseCode>3</ResponseCode> </ApiGuidResponseModel>