GET
api/v1/get-deliveryBoys-group-mappings?DeliveryBoyId={DeliveryBoyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DeliveryBoyId | integer |
Required |
Response Information
Description:
Return type: Collection of DeliveryBoysGroupMapping
Response Formats
application/json, text/json
[ { "DeliveryBoysGroupMappingId": 1, "DeliveryBoysGroupId": 2, "DeliveryBoyId": 3, "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T13:08:16.9794638+00:00", "ModifiedBy": 1, "ModifiedOn": "2025-06-18T13:08:16.9794638+00:00" }, { "DeliveryBoysGroupMappingId": 1, "DeliveryBoysGroupId": 2, "DeliveryBoyId": 3, "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T13:08:16.9794638+00:00", "ModifiedBy": 1, "ModifiedOn": "2025-06-18T13:08:16.9794638+00:00" } ]
text/html
[{"DeliveryBoysGroupMappingId":1,"DeliveryBoysGroupId":2,"DeliveryBoyId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T13:08:16.9794638+00:00","ModifiedBy":1,"ModifiedOn":"2025-06-18T13:08:16.9794638+00:00"},{"DeliveryBoysGroupMappingId":1,"DeliveryBoysGroupId":2,"DeliveryBoyId":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T13:08:16.9794638+00:00","ModifiedBy":1,"ModifiedOn":"2025-06-18T13:08:16.9794638+00:00"}]
application/xml, text/xml
<ArrayOfDeliveryBoysGroupMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.DeliveryBoys"> <DeliveryBoysGroupMapping> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T13:08:16.9794638+00:00</CreatedOn> <DeliveryBoyId>3</DeliveryBoyId> <DeliveryBoysGroupId>2</DeliveryBoysGroupId> <DeliveryBoysGroupMappingId>1</DeliveryBoysGroupMappingId> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T13:08:16.9794638+00:00</ModifiedOn> </DeliveryBoysGroupMapping> <DeliveryBoysGroupMapping> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T13:08:16.9794638+00:00</CreatedOn> <DeliveryBoyId>3</DeliveryBoyId> <DeliveryBoysGroupId>2</DeliveryBoysGroupId> <DeliveryBoysGroupMappingId>1</DeliveryBoysGroupMappingId> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T13:08:16.9794638+00:00</ModifiedOn> </DeliveryBoysGroupMapping> </ArrayOfDeliveryBoysGroupMapping>