POST
api/v1/save-vendorgroup
Request Information
Body Parameters
VendorGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorGroupId | integer |
None. |
|
| GroupName | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsLogicalDeleted | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| ChildSellerId | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ClientId | integer |
None. |
Request Formats
application/json, text/json
{
"VendorGroupId": 1,
"GroupName": "sample string 2",
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedBy": 1,
"ChildSellerId": 1,
"CreatedOn": "2026-02-04T11:10:06.2756555+00:00",
"ModifiedOn": "2026-02-04T11:10:06.2756555+00:00",
"ModifiedBy": 1,
"ClientId": 5
}
text/html
{"VendorGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"ChildSellerId":1,"CreatedOn":"2026-02-04T11:10:06.2756555+00:00","ModifiedOn":"2026-02-04T11:10:06.2756555+00:00","ModifiedBy":1,"ClientId":5}
application/xml, text/xml
<VendorGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Vendor"> <ChildSellerId>1</ChildSellerId> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2026-02-04T11:10:06.2756555+00:00</CreatedOn> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2026-02-04T11:10:06.2756555+00:00</ModifiedOn> <VendorGroupId>1</VendorGroupId> </VendorGroup>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
