POST GetResourceContactPages
Request Information
URI Parameters
None.
Body Parameters
ContactResourceType| Name | Description | Type | Additional information |
|---|---|---|---|
| listName | string |
Required Data type: Text String length: inclusive between 3 and 100 |
|
| userName | string |
Required Data type: Text Matching regular expression pattern: ^([a-zA-Z0-9\.\&\'\-]+)$ String length: inclusive between 3 and 100 |
|
| resourceCategory | string |
None. |
|
| resourceType | string |
None. |
|
| resourceId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"listName": "sample string 1",
"userName": "sample string 2",
"resourceCategory": "sample string 3",
"resourceType": "sample string 4",
"resourceId": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.