GET api/Expenses/Payments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FormaPagoCaptioDTOName | Description | Type | Additional information |
---|---|---|---|
CustomerKey | string |
None. |
|
Name | string |
None. |
|
Reimbursable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CustomerKey": "sample string 1", "Name": "sample string 2", "Reimbursable": true }, { "CustomerKey": "sample string 1", "Name": "sample string 2", "Reimbursable": true } ]
application/xml, text/xml
Sample:
<ArrayOfFormaPagoCaptioDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Captio.Api.Dto"> <FormaPagoCaptioDTO> <CustomerKey>sample string 1</CustomerKey> <Name>sample string 2</Name> <Reimbursable>true</Reimbursable> </FormaPagoCaptioDTO> <FormaPagoCaptioDTO> <CustomerKey>sample string 1</CustomerKey> <Name>sample string 2</Name> <Reimbursable>true</Reimbursable> </FormaPagoCaptioDTO> </ArrayOfFormaPagoCaptioDTO>