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": "2024-11-21T00:52:26.0914799-08:00", "EndDate": "2024-11-21T00:52:26.0914799-08:00", "SubscriptionId": "f12032f8-2aea-49a3-b243-811a785df2a6" }
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>2024-11-21T00:52:26.0914799-08:00</EndDate> <StartDate>2024-11-21T00:52:26.0914799-08:00</StartDate> <SubscriptionId>f12032f8-2aea-49a3-b243-811a785df2a6</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. |