POST Api/IdentityPortal/Subscription/GetAllPayments
Request Information
URI Parameters
None.
Body Parameters
PaymentModelName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
SubscriptionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "StartDate": "2025-04-03T12:33:53.2949956-07:00", "EndDate": "2025-04-03T12:33:53.2949956-07:00", "SubscriptionId": "365abbfe-5ecd-40b0-a8d6-2410d9264e8f" }
application/xml, text/xml
Sample:
<PaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.IdentityPortal"> <EndDate>2025-04-03T12:33:53.2949956-07:00</EndDate> <StartDate>2025-04-03T12:33:53.2949956-07:00</StartDate> <SubscriptionId>365abbfe-5ecd-40b0-a8d6-2410d9264e8f</SubscriptionId> </PaymentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |