POST api/VMAX/GetVMAXCreateORUpdateVendor
Request Information
URI Parameters
None.
Body Parameters
RequestData| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | integer |
None. |
|
| RefVendorID | string |
None. |
|
| VendorName | string |
None. |
|
| EmailId | string |
None. |
|
| PANNumber | string |
None. |
|
| VendorGroupId | integer |
None. |
|
| PaymentTermsId | string |
None. |
|
| MSMERegistration | string |
None. |
|
| MSMEId | string |
None. |
|
| CIN | string |
None. |
|
| MSMECategoryId | integer |
None. |
|
| TDSType | string |
None. |
|
| StatuId | integer |
None. |
|
| CreatedUserId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedUser | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| Url | string |
None. |
|
| oprMode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorID": 1,
"RefVendorID": "sample string 2",
"VendorName": "sample string 3",
"EmailId": "sample string 4",
"PANNumber": "sample string 5",
"VendorGroupId": 6,
"PaymentTermsId": "sample string 7",
"MSMERegistration": "sample string 8",
"MSMEId": "sample string 9",
"CIN": "sample string 10",
"MSMECategoryId": 11,
"TDSType": "sample string 12",
"StatuId": 13,
"CreatedUserId": 14,
"CreatedDate": "2026-04-02T07:55:28.5946879+05:30",
"UpdatedUser": 16,
"UpdatedDate": "2026-04-02T07:55:28.5946879+05:30",
"Url": "sample string 18",
"oprMode": 19
}
application/xml, text/xml
Sample:
<RequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models"> <CIN>sample string 10</CIN> <CreatedDate>2026-04-02T07:55:28.5946879+05:30</CreatedDate> <CreatedUserId>14</CreatedUserId> <EmailId>sample string 4</EmailId> <MSMECategoryId>11</MSMECategoryId> <MSMEId>sample string 9</MSMEId> <MSMERegistration>sample string 8</MSMERegistration> <PANNumber>sample string 5</PANNumber> <PaymentTermsId>sample string 7</PaymentTermsId> <RefVendorID>sample string 2</RefVendorID> <StatuId>13</StatuId> <TDSType>sample string 12</TDSType> <UpdatedDate>2026-04-02T07:55:28.5946879+05:30</UpdatedDate> <UpdatedUser>16</UpdatedUser> <Url>sample string 18</Url> <VendorGroupId>6</VendorGroupId> <VendorID>1</VendorID> <VendorName>sample string 3</VendorName> <oprMode>19</oprMode> </RequestData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>