POST Api/IdentityPortal/Subscription/GetAllPayments
Request Information
URI Parameters
None.
Body Parameters
PaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| SubscriptionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2025-10-30T08:16:53.2610215-07:00",
"EndDate": "2025-10-30T08:16:53.2610215-07:00",
"SubscriptionId": "4b6f0696-674b-4324-a955-c35bb1362c5a"
}
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-10-30T08:16:53.2610215-07:00</EndDate> <StartDate>2025-10-30T08:16:53.2610215-07:00</StartDate> <SubscriptionId>4b6f0696-674b-4324-a955-c35bb1362c5a</SubscriptionId> </PaymentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |