Modifies a FXS Port given a specific ID.
https://134.56.227.163/rest/fxscard/{identifier}/fxsport/{identifier}
POST
true
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|---|---|---|---|---|---|
ConfigIEState | No | Yes | Enum | 1 | Possible values:
| Specifies the Administrative State of the resource. |
PortName | Yes | No | string | none | 128 - Max Length | Specifies the string name of the Port. |
PortAlias | No | No | string | none | 20 - Max Length | Specifies an alias name for the port for easy identification. |
PortDescription | No | No | string | none | 64 - Max Length | Specifies a description for easy identification when being selected in Signaling Groups |
RxGain | Yes | Yes | int | -6 | Possible values:
| Specifies a relative gain adjustment in decibels based on the country profile selected. |
TxGain | Yes | Yes | int | 0 | Possible values:
| Specifies a relative gain adjustment in decibels based on the country profile selected. |
Country | Yes | Yes | int | 33 | Specifies the country profile to be used. One of the following: Australia (1), Austria (2), Belgium (3), Brazil (4), China (5), Czech Republic (6), Denmark (7), Finland (8), France (9), Germany (10), Switzerland (11), Greece (12), Hungary (13), India (14), Italy (15), Japan (16), Korea (17), Mexico (18), Netherlands (19), New Zealand (20), Nigeria (21), Norway (22), Portugal (23), Russia (24), Saudi Arabia (25), Slovakia (26), South Africa (27), Spain (28), Sweden (29), Taiwan (30), Turkey (31), United Kingdom (32), United States (33). Must be within the range of 1 to 33, 33 being the default. |
The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource
Put code example here
Put Code response here