POST api/GiftCardOps/UnifyOOPOSCustomers
Request Information
URI Parameters
None.
Body Parameters
UnifyOOPOSIDsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| OOCustID | integer |
None. |
|
| POSCustID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"OOCustID": 2,
"POSCustID": 3
}
application/xml, text/xml
Sample:
<UnifyOOPOSIDsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiftCardAPI.Models"><ClientID>1</ClientID><OOCustID>2</OOCustID><POSCustID>3</POSCustID></UnifyOOPOSIDsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UnifyOOPOSIDsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<UnifyOOPOSIDsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiftCardAPI.Models"><ErrorMessage>sample string 2</ErrorMessage><Success>true</Success></UnifyOOPOSIDsResponse>