GET services/api/v1/Get_CustomerListForAdvanceCashCollection

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerForAdvanceCashCollection
NameDescriptionTypeAdditional information
customerid

integer

None.

code

string

None.

Name

string

None.

AcCode

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "customerid": 1,
    "code": "sample string 2",
    "Name": "sample string 3",
    "AcCode": 4
  },
  {
    "customerid": 1,
    "code": "sample string 2",
    "Name": "sample string 3",
    "AcCode": 4
  }
]