POST api/Pos/Vendor/SaveAllVendors
Request Information
URI Parameters
None.
Body Parameters
Collection of Xenia_Vendor| Name | Description | Type | Additional information |
|---|---|---|---|
| VEN_Uid | string |
String length: inclusive between 0 and 255 |
|
| VEN_Name | string |
String length: inclusive between 0 and 255 |
|
| VEN_Code | string |
String length: inclusive between 0 and 255 |
|
| VEN_Company | string |
String length: inclusive between 0 and 255 |
|
| VEN_Email | string |
String length: inclusive between 0 and 255 |
|
| VEN_Phone | string |
String length: inclusive between 0 and 255 |
|
| VEN_AddressLine1 | string |
String length: inclusive between 0 and 255 |
|
| VEN_AddressLine2 | string |
String length: inclusive between 0 and 255 |
|
| VEN_City | string |
String length: inclusive between 0 and 255 |
|
| VEN_Pincode | string |
String length: inclusive between 0 and 255 |
|
| VEN_State | string |
String length: inclusive between 0 and 255 |
|
| VEN_Country | string |
String length: inclusive between 0 and 255 |
|
| VEN_GST_TRN_Number | string |
String length: inclusive between 0 and 255 |
|
| VEN_ContactPersonName | string |
String length: inclusive between 0 and 255 |
|
| VEN_ContactPersonNumber | string |
String length: inclusive between 0 and 255 |
|
| VEN_Active | boolean |
None. |
|
| VEN_CreatedOn | date |
None. |
|
| VEN_CreatedBy | string |
String length: inclusive between 0 and 255 |
|
| VEN_ModifiedOn | date |
None. |
|
| VEN_ModifiedBy | string |
String length: inclusive between 0 and 255 |
|
| VEN_CompanyUid | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
[
{
"$id": "1",
"VEN_Uid": "sample string 1",
"VEN_Name": "sample string 2",
"VEN_Code": "sample string 3",
"VEN_Company": "sample string 4",
"VEN_Email": "sample string 5",
"VEN_Phone": "sample string 6",
"VEN_AddressLine1": "sample string 7",
"VEN_AddressLine2": "sample string 8",
"VEN_City": "sample string 9",
"VEN_Pincode": "sample string 10",
"VEN_State": "sample string 11",
"VEN_Country": "sample string 12",
"VEN_GST_TRN_Number": "sample string 13",
"VEN_ContactPersonName": "sample string 14",
"VEN_ContactPersonNumber": "sample string 15",
"VEN_Active": true,
"VEN_CreatedOn": "2025-12-06T09:20:39.4899594+05:30",
"VEN_CreatedBy": "sample string 16",
"VEN_ModifiedOn": "2025-12-06T09:20:39.4899594+05:30",
"VEN_ModifiedBy": "sample string 17",
"VEN_CompanyUid": "sample string 18"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |