POST
api/v1/customersgroupmappingforcrm?customerId={customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
Response Information
Description:
Return type: Collection of CustomerGroupMapping
Response Formats
application/json, text/json
[ { "CustomerGroupMappingId": 1, "CustomerGroupId": 2, "CustomerId": 3, "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T11:55:20.0601488+00:00" }, { "CustomerGroupMappingId": 1, "CustomerGroupId": 2, "CustomerId": 3, "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T11:55:20.0601488+00:00" } ]
text/html
[{"CustomerGroupMappingId":1,"CustomerGroupId":2,"CustomerId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T11:55:20.0601488+00:00"},{"CustomerGroupMappingId":1,"CustomerGroupId":2,"CustomerId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T11:55:20.0601488+00:00"}]
application/xml, text/xml
<ArrayOfCustomerGroupMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CustomerGroup"> <CustomerGroupMapping> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T11:55:20.0601488+00:00</CreatedOn> <CustomerGroupId>2</CustomerGroupId> <CustomerGroupMappingId>1</CustomerGroupMappingId> <CustomerId>3</CustomerId> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> </CustomerGroupMapping> <CustomerGroupMapping> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T11:55:20.0601488+00:00</CreatedOn> <CustomerGroupId>2</CustomerGroupId> <CustomerGroupMappingId>1</CustomerGroupMappingId> <CustomerId>3</CustomerId> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> </CustomerGroupMapping> </ArrayOfCustomerGroupMapping>