POST api/POS/AddVendor
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Ven | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"StoreCode": "sample string 2",
"VendorCode": "sample string 3",
"VendorName": "sample string 4",
"IncNo": 5.1,
"Address1": "sample string 6",
"Address2": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"PinCode": "sample string 10",
"Mobile": "sample string 11",
"Email": "sample string 12",
"TINNo": "sample string 13",
"ActiveStatus": "sample string 14",
"CreatedBy": "sample string 15",
"CreatedDate": "2025-10-29T17:13:03.7361548+05:30",
"ShortName": "sample string 17"
}
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"