POST api/GlobalValues/DeleteGlobalValues
Request Information
URI Parameters
None.
Body Parameters
GlobalValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Key | string |
None. |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
}
application/xml, text/xml
Sample:
<GlobalValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <Id>1</Id> <Key>sample string 2</Key> <Value>sample string 3</Value> </GlobalValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.