POST api/Master/AddGSTNoMaster

Request Information

URI Parameters

None.

Body Parameters

Collection of ReqMstVendorGSTNoModel
NameDescriptionTypeAdditional information
GSTID

integer

None.

VendorId

integer

None.

GSTNo

string

None.

SatatId

integer

None.

Location

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "GSTID": 1,
    "VendorId": 2,
    "GSTNo": "sample string 3",
    "SatatId": 1,
    "Location": "sample string 4"
  },
  {
    "GSTID": 1,
    "VendorId": 2,
    "GSTNo": "sample string 3",
    "SatatId": 1,
    "Location": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AddUpdateDeleteResponseOfListOfResMstVendorGSTNoModel
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of ResMstVendorGSTNoModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": [
    {
      "GSTID": 1,
      "VendorId": 2,
      "GSTNo": "sample string 3",
      "SatatId": 1,
      "SatatName": "sample string 4",
      "VendorName": "sample string 5"
    },
    {
      "GSTID": 1,
      "VendorId": 2,
      "GSTNo": "sample string 3",
      "SatatId": 1,
      "SatatName": "sample string 4",
      "VendorName": "sample string 5"
    }
  ]
}