GET api/DocumentTypes?RefundID={RefundID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RefundID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RefundSupportRequiredName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
RefundID | string |
None. |
|
TypeSupportID | string |
None. |
|
TypeSupportDesc | string |
None. |
|
Comment | string |
None. |
|
ReceiverID | string |
None. |
|
ReceiverDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "sample string 1", "RefundID": "sample string 2", "TypeSupportID": "sample string 3", "TypeSupportDesc": "sample string 4", "Comment": "sample string 5", "ReceiverID": "sample string 6", "ReceiverDescription": "sample string 7" }, { "ID": "sample string 1", "RefundID": "sample string 2", "TypeSupportID": "sample string 3", "TypeSupportDesc": "sample string 4", "Comment": "sample string 5", "ReceiverID": "sample string 6", "ReceiverDescription": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfDCReembolso.RefundSupportRequired xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Reembolso2._0.Models"> <DCReembolso.RefundSupportRequired> <Comment>sample string 5</Comment> <ID>sample string 1</ID> <ReceiverDescription>sample string 7</ReceiverDescription> <ReceiverID>sample string 6</ReceiverID> <RefundID>sample string 2</RefundID> <TypeSupportDesc>sample string 4</TypeSupportDesc> <TypeSupportID>sample string 3</TypeSupportID> </DCReembolso.RefundSupportRequired> <DCReembolso.RefundSupportRequired> <Comment>sample string 5</Comment> <ID>sample string 1</ID> <ReceiverDescription>sample string 7</ReceiverDescription> <ReceiverID>sample string 6</ReceiverID> <RefundID>sample string 2</RefundID> <TypeSupportDesc>sample string 4</TypeSupportDesc> <TypeSupportID>sample string 3</TypeSupportID> </DCReembolso.RefundSupportRequired> </ArrayOfDCReembolso.RefundSupportRequired>