PUT api/Gateways/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Gateway| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PUBLIC_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PUBLIC_ID": "sample string 2"
}
application/octet-stream
Sample:
{"ID":1,"PUBLIC_ID":"sample string 2"}
application/xml, text/xml
Sample:
<Gateway xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ID>1</ID> <PUBLIC_ID>sample string 2</PUBLIC_ID> </Gateway>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.