OffersApi
Last updated
Last updated
This function will make a GET request to the /offers
endpoint and return the response as a OffersDto
object.
It takes a OffersUriParameterBuilder
object as a parameter, builds a HttpRequestMessage
object, sends it to the API, and returns a OffersDto
object.
It builds an HTTP GET request to the OfferUri
endpoint, sends the request to the API, and returns the response as an OfferDto
object.
This function returns a list of logs for a given offer.
This function returns a list of logs for a specific offer.
It returns a new Uri object with the value of the _requestUriBase field, a forward slash, and the word "offers".
It takes a OffersUriParameterBuilder
object and returns a Uri
object.
It returns a URI for the offer with the given ID.
It returns a URI for the offer logs endpoint.
It takes an offerId and an OffersUriParameterBuilder and returns a Uri.
public
()
This function will make a GET request to the /offers
endpoint and return the response as a OffersDto
object.
A list of offers
It takes a OffersUriParameterBuilder
object as a parameter, builds a HttpRequestMessage
object, sends it to the API, and returns a OffersDto
object.
OffersUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A list of offers.
It builds an HTTP GET request to the OfferUri
endpoint, sends the request to the API, and returns the response as an OfferDto
object.
offerId
The offer id of the offer you want to retrieve.
A single offer
This function returns a list of logs for a given offer.
offerId
The offer ID of the offer you want to get the logs for.
A list of logs for the offer.
This function returns a list of logs for a specific offer.
offerId
The offer id of the offer you want to get the logs for.
OffersUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A list of logs for the offer.
It returns a new Uri object with the value of the _requestUriBase field, a forward slash, and the word "offers".
It takes a OffersUriParameterBuilder
object and returns a Uri
object.
OffersUriParameterBuilder
This is a class that builds the query string parameters for the offers endpoint.
It returns a URI for the offer with the given ID.
offerId
The offer ID of the offer you want to get.
It returns a URI for the offer logs endpoint.
offerId
The ID of the offer you want to get logs for.
It takes an offerId and an OffersUriParameterBuilder and returns a Uri.
offerId
The offer ID of the offer you want to get the logs for.
OffersUriParameterBuilder
This is a class that builds the query string parameters for the request.
public
()
public
(
offersUriParameterBuilder)
public
(string offerId)
public
(string offerId)
public
(string offerId,
schemasUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
offersUriParameterBuilder)
private Uri
(string offerId)
private Uri
(string offerId)
private Uri
(string offerId,
offersUriParameterBuilder)
public
(
offersUriParameterBuilder)
public
(string offerId)
public
(string offerId)
public
(string offerId,
schemasUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
offersUriParameterBuilder)
private Uri
(string offerId)
private Uri
(string offerId)
private Uri
(string offerId,
offersUriParameterBuilder)