GET api_v2/AccountCSResourceValues/IsAssignedResource?accountId={accountId}&accountUserId={accountUserId}&resourcesType={resourcesType}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | No documentation available. |
Define this parameter in the request URI. |
accountUserId | No documentation available. |
Define this parameter in the request URI. |
resourcesType | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Result>true</Result> </Result>
application/json, text/json
Sample:
{ "Result": true }