GET api/TxPlus?clientId={clientId}&count={count}

Gets the list of TxPlus of a client. Consumers: Client Portal

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

the Id of the client to get the TxPlus list from.

integer

Required

count

an input parameter; set it to 1 to include in the response a "TotalCount" header with the total count of elements.

integer

None.

Body Parameters

None.

Response Information

Resource Description

An Http response message with the folliwing status codes: 200 = success (always includes a list of TxPlus; however this list can be empty), 400 = bad request (the request is malformed or with invalid data), 500 = something went wrong (the request was not processed)

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.