POST Loyalty/Update_MemberMasterPoBox
Request Information
URI Parameters
None.
Body Parameters
Update_PoBox_filter| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | integer |
None. |
|
| PoBox | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": 1,
"PoBox": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Update_PoBox_filter| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | integer |
None. |
|
| PoBox | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MemberId": 1,
"PoBox": "sample string 2"
}