REST API Method: POST /rest/sipservertable/{identifier}

Modifies a SIP Server Table given a specific Table ID.

URL:

https://192.168.0.111/rest/sipservertable/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max Length Describes the SIP Server Table so that it is easily identifiable when selecting a SIP Server Table in a SIP Signaling Group.
SipServerTypeNoNoEnum0Possible values:
  • 0 - eSipServer
  • 1 - eSipRecorder
SequenceNoNostringnone2000 - Max Length Specifies a sequence of SIP Server Table Entries provided as a comma-separated string of the entry IDs.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels