GET api/Master/BindCustomerGST

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AddUpdateDeleteResponseOfListOfMstCustomerGSTNoView
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of MstCustomerGSTNoView

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": [
    {
      "GSTID": 1,
      "MobileNo": "sample string 2",
      "GSTNo": "sample string 3",
      "SatatId": 1,
      "Company": "sample string 4",
      "CustomerId": 1,
      "CustomerName": "sample string 5",
      "CompanyName": "sample string 6"
    },
    {
      "GSTID": 1,
      "MobileNo": "sample string 2",
      "GSTNo": "sample string 3",
      "SatatId": 1,
      "Company": "sample string 4",
      "CustomerId": 1,
      "CustomerName": "sample string 5",
      "CompanyName": "sample string 6"
    }
  ]
}