GET api/OuterGatePrePaidCreditor/Pending/{debtorId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
debtorId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PendingPrePaidResponseName | Description | Type | Additional information |
---|---|---|---|
Amount | integer |
None. |
|
Pending | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Amount": 1, "Pending": [ "37c8aa44-56ff-44e4-a042-1b903df1f33c", "24b5bb40-3a61-47f8-9e06-c77d42ee6c60" ] }
application/xml, text/xml
Sample:
<PendingPrePaidResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.Sepafin.Api.PrePaidCreditor"> <Amount>1</Amount> <Pending xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>37c8aa44-56ff-44e4-a042-1b903df1f33c</d2p1:guid> <d2p1:guid>24b5bb40-3a61-47f8-9e06-c77d42ee6c60</d2p1:guid> </Pending> </PendingPrePaidResponse>