POST v1/Customer/GetCustomerDepositAccount
Request Information
URI Parameters
None.
Body Parameters
CustomerPostageAccountNumberByCustomerIDRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "CustomerID": 1 }
application/xml, text/xml
Sample:
<CustomerPostageAccountNumberByCustomerIDRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerID>1</CustomerID> </CustomerPostageAccountNumberByCustomerIDRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of CustomerPostageAccountNumberByCustomerIDResponseName | Description | Type | Additional information |
---|---|---|---|
AccountNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AccountNumber": "sample string 1" }, { "AccountNumber": "sample string 1" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomerPostageAccountNumberByCustomerIDResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerPostageAccountNumberByCustomerIDResponse> <AccountNumber>sample string 1</AccountNumber> </CustomerPostageAccountNumberByCustomerIDResponse> <CustomerPostageAccountNumberByCustomerIDResponse> <AccountNumber>sample string 1</AccountNumber> </CustomerPostageAccountNumberByCustomerIDResponse> </ArrayOfCustomerPostageAccountNumberByCustomerIDResponse>