buy_in_advance_requests
- GET buy_in_advance_requests/list — This method returns information related with buy in advance requests that were submitted against a specific subscription. Multiple buy in advance requests are returned by each call.
- GET buy_in_advance_requests/show — This method returns information related with a buy in advance request. A single buy in advance request is returned by each call
- POST buy_in_advance_requests/cancel — This method cancels an existing buy in advance request. This method can be used only if the specified buy in advance request is effective and not rated. A single buy in advance request can be cancelled by each call.
- POST buy_in_advance_requests/update — This method updates an existing buy in advance request. This method can be used only if the specified buy in advance request is effective and not rated. A single buy in advance request can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.
- POST buy_in_advance_requests/create — This method creates a buy in advance request. A single buy in advance request can be created by each call.