POST api/COC
Request Information
URI Parameters
None.
Body Parameters
coc| Name | Description | Type | Additional information |
|---|---|---|---|
| A1 | string |
None. |
|
| A2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"A1": "sample string 1",
"A2": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"