GET api/OuterGatePrePaidCreditor/Pending/{debtorId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| debtorId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PendingPrePaidResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | integer |
None. |
|
| Pending | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Amount": 1,
"Pending": [
"1c8fa426-5206-47b4-b28a-51cf7d3cd4a7",
"3032f25f-d30d-4d0a-a2ff-20b4d3db270c"
]
}
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>1c8fa426-5206-47b4-b28a-51cf7d3cd4a7</d2p1:guid>
<d2p1:guid>3032f25f-d30d-4d0a-a2ff-20b4d3db270c</d2p1:guid>
</Pending>
</PendingPrePaidResponse>