POST api/CuentasPorCobrar
Documentation for 'Report'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"API_KEY": "sample string 1",
"Company_Id": "sample string 2",
"Customer_Id": "sample string 3",
"Selected_Date": "sample string 4"
}
application/xml, text/xml
Sample:
<CuentasPorCobrarRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API"> <API_KEY>sample string 1</API_KEY> <Company_Id>sample string 2</Company_Id> <Customer_Id>sample string 3</Customer_Id> <Selected_Date>sample string 4</Selected_Date> </CuentasPorCobrarRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.