CustomerRs
The following resources are applicable:
/account/customer
Mount Point: /api/rest/account/customer
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
Parameters
name | description | type | default |
---|---|---|---|
customerCode | (no documentation provided) | query |
Response Body
element: | GetCustomerResponse |
media types: | application/xml application/json |
(no documentation provided)
/account/customer/{customerCode}
Mount Point: /api/rest/account/customer/{customerCode}
DELETE
Parameters
name | description | type | default |
---|---|---|---|
customerCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/account/customer/list
Mount Point: /api/rest/account/customer/list
POST
List CustomerAccount filter by customerCode.
Request Body
element: | postData |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | CustomersResponse |
media types: | application/xml application/json |
(no documentation provided)
/account/customer/version
Mount Point: /api/rest/account/customer/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)