POST api/v1/customersgroupmappingforcrm?customerId={customerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
customerId

integer

Required

Response Information

Description:

Return type: Collection of CustomerGroupMapping

Response Formats
[
  {
    "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"
  }
]
[{"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"}]
<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>