CustomerAccountRs
Web service for managing customer account.
The following resources are applicable:
- /account/customerAccount
- /account/customerAccount/{customerAccountCode}
- /account/customerAccount/dunningInclusionExclusion
- /account/customerAccount/list
- /account/customerAccount/version
/account/customerAccount
Mount Point: /api/rest/account/customerAccount
The following operations are supported on this resource:
POST
Request Body
element: | postData |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
PUT
Request Body
element: | postData |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search for a customer account with a given code.
Parameters
name | description | type | default |
---|---|---|---|
customerAccountCode | (no documentation provided) | query |
Response Body
element: | GetCustomerAccountResponse |
media types: | application/xml application/json |
(no documentation provided)
/account/customerAccount/{customerAccountCode}
Mount Point: /api/rest/account/customerAccount/{customerAccountCode}
DELETE
Parameters
name | description | type | default |
---|---|---|---|
customerAccountCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/account/customerAccount/dunningInclusionExclusion
Mount Point: /api/rest/account/customerAccount/dunningInclusionExclusion
PUT
Request Body
element: | dunningInclusionExclusion |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/account/customerAccount/list
Mount Point: /api/rest/account/customerAccount/list
GET
List CustomerAccount filter by customerCode.
Parameters
name | description | type | default |
---|---|---|---|
customerCode | (no documentation provided) | query |
Response Body
element: | CustomerAccountsResponse |
media types: | application/xml application/json |
(no documentation provided)
/account/customerAccount/version
Mount Point: /api/rest/account/customerAccount/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)