GET api/TSWHOLESALE_CARS/getDailyCashIn/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

ModelDailyCashIn
NameDescriptionTypeAdditional information
FROM_SALE_EXPEDITOR

string

None.

FROM_SALE_CASH

string

None.

FROM_PAYMENT_TO_CASH

string

None.

FROM_PAYMENT_CUSTOMERS

string

None.

FROM_PAYMENT_PERSONAL

string

None.

FROM_PAYMENT_AUDITORS

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FROM_SALE_EXPEDITOR": "sample string 1",
  "FROM_SALE_CASH": "sample string 2",
  "FROM_PAYMENT_TO_CASH": "sample string 3",
  "FROM_PAYMENT_CUSTOMERS": "sample string 4",
  "FROM_PAYMENT_PERSONAL": "sample string 5",
  "FROM_PAYMENT_AUDITORS": "sample string 6"
}

application/xml, text/xml

Sample:
<ModelDailyCashIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EnginAnallyse.Models">
  <FROM_PAYMENT_AUDITORS>sample string 6</FROM_PAYMENT_AUDITORS>
  <FROM_PAYMENT_CUSTOMERS>sample string 4</FROM_PAYMENT_CUSTOMERS>
  <FROM_PAYMENT_PERSONAL>sample string 5</FROM_PAYMENT_PERSONAL>
  <FROM_PAYMENT_TO_CASH>sample string 3</FROM_PAYMENT_TO_CASH>
  <FROM_SALE_CASH>sample string 2</FROM_SALE_CASH>
  <FROM_SALE_EXPEDITOR>sample string 1</FROM_SALE_EXPEDITOR>
</ModelDailyCashIn>