POST GatewayPortalAPI/api/CSS
Request Information
URI Parameters
None.
Body Parameters
CSSModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required Data type: Text Matching regular expression pattern: ^([a-zA-Z0-9\.\&\'\-]+)$ String length: inclusive between 3 and 100 |
|
| category | string |
Required Data type: Text String length: inclusive between 3 and 100 |
|
| itemId | string |
Required Data type: Text String length: inclusive between 1 and 100 |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"category": "sample string 2",
"itemId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |