REST API Method: POST /rest/routingtable/{identifier}
Page Tree |
---|
root | Resource - routingtable |
---|
|
Modifies a Routing Table given a specific Table ID.
URL:
https://134.56.227.163/rest/routingtable/{identifier}
HTTP Method
POST
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
Description | No | No | string | none | 64 - Max Length | Describes the Call Route Table. |
---|
Sequence | No | No | string | none | 30000 - Max Length | Specifies a sequence of Routing Table Entries provided as a comma-separated string of the entry IDs. |
---|
Tip |
---|
|
The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource |
Code Block |
---|
|
Put code example here |
Response:
Code Block |
---|
|
Put Code response here |