PATCH v3/instances/{id}/price-list
Update existing prices of an instance's price list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
PriceListPatchName | Description | Type | Additional information |
---|---|---|---|
Prices | Collection of PricePatch |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
{}
text/xml
Sample:
The response/request for text/xml format is no longer supported for this endpoint.
Response Information
Resource Description
PriceListName | Description | Type | Additional information |
---|---|---|---|
Prices | Collection of Price |
None. |
|
Id | string |
None. |
Response Formats
application/json
Sample:
{ "prices": [ { "isBandDefault": true, "amount": 2.0, "ticketType": null, "priceBand": null, "id": "sample string 3" }, { "isBandDefault": true, "amount": 2.0, "ticketType": null, "priceBand": null, "id": "sample string 3" } ], "id": "sample string 1" }
text/xml
Sample:
The response/request for text/xml format is no longer supported for this endpoint.