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

Gets the list of TxPlan 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

A flag indicating wether the total count of the elements should be added to the header.

integer

None.

Body Parameters

None.

Response Information

Resource Description

An Http response message with the following status codes: 200 = success (always includes a list of TxPlan; 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.