UserAccountRs
The following resources are applicable:
- /account/userAccount
- /account/userAccount/{userAccountCode}
- /account/userAccount/list
- /account/userAccount/version
/account/userAccount
Mount Point: /api/rest/account/userAccount
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 user account with a given code.
Parameters
name | description | type | default |
---|---|---|---|
userAccountCode | (no documentation provided) | query |
Response Body
element: | GetUserAccountResponse |
media types: | application/xml application/json |
(no documentation provided)
/account/userAccount/{userAccountCode}
Mount Point: /api/rest/account/userAccount/{userAccountCode}
DELETE
Parameters
name | description | type | default |
---|---|---|---|
userAccountCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/account/userAccount/list
Mount Point: /api/rest/account/userAccount/list
GET
List UserAccount filter by billingAccountCode.
Parameters
name | description | type | default |
---|---|---|---|
billingAccountCode | (no documentation provided) | query |
Response Body
element: | UserAccountsResponse |
media types: | application/xml application/json |
(no documentation provided)
/account/userAccount/version
Mount Point: /api/rest/account/userAccount/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)