POST api/PO
Request Information
URI Parameters
None.
Body Parameters
Category| Name | Description | Type | Additional information |
|---|---|---|---|
| category | string |
None. |
|
| param1 | string |
None. |
|
| param2 | string |
None. |
|
| param3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"category": "sample string 1",
"param1": "sample string 2",
"param2": "sample string 3",
"param3": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.