POST services/api/v1/Get_SupplierContolForUpdate

Request Information

URI Parameters

None.

Body Parameters

LocationId
NameDescriptionTypeAdditional information
LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SupplierControl_Master
NameDescriptionTypeAdditional information
Selected

boolean

None.

Id

integer

None.

SupplierId

integer

None.

SupplierName

string

None.

SupplierCode

string

None.

SupplierAddress

string

None.

SupplierTRN

string

None.

LocId

integer

None.

AllowPurchase

boolean

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Selected": true,
    "Id": 2,
    "SupplierId": 3,
    "SupplierName": "sample string 4",
    "SupplierCode": "sample string 5",
    "SupplierAddress": "sample string 6",
    "SupplierTRN": "sample string 7",
    "LocId": 8,
    "AllowPurchase": true,
    "UserId": 10
  },
  {
    "Selected": true,
    "Id": 2,
    "SupplierId": 3,
    "SupplierName": "sample string 4",
    "SupplierCode": "sample string 5",
    "SupplierAddress": "sample string 6",
    "SupplierTRN": "sample string 7",
    "LocId": 8,
    "AllowPurchase": true,
    "UserId": 10
  }
]