get https://{host}/v2/requests
Allows you to retrieve request details with desired filters.
API Endpoint Example
For Transaction- https://eu.api.capillarytech.com/v2/requests?requestType=TRANSACTION&requestSubType=REGULAR_TXN_ADD&STATUS=PENDING
For Customer Merge - https://eu.api.capillarytech.com/v2/requests?requestType=CHANGE_IDENTIFIER&requestSubType=MERGE
Prerequisites
Authentication - Basic or OAuth authentication
Access group resource - Read permission on Requests resource group
Resource information
URI | v2/requests |
HTTP method | GET |
Pagination supported? | Yes. Sorting is also supported. |
Rate limit | NA |
Batch support | NA |
Query parameters
Parameter | Data Type | Description |
---|---|---|
requestType* | Enum | Type of request. Possible Values: TRANSACTION - For transaction requestCHANGE_IDENTIFIER - For customer merge request |
requestSubType* | Enum | Subtype of the request. Possible Values: REGULAR_TXN_ADD - For transaction requestMERGE - For customer merge request |
limit | Integer | Number of request details to display per page. For example, if the total is 15 and the limit is 5, the first page will display the first 5 records. The maximum supported limit is 100. |
offset | Integer | Page number to retrieve. To view the first page, set the value to 0. |
sort | String | Sorts the results. Possible Values: ADDED_ON , LAST_UPDATED_ON |
order | String | Sorts the data in either ascending or descending order. Possible Values: ASC , DESC |
status | Enum | Filters the data by its status. Possible values: PENDING , REJECTED , APPROVED , SUCCESS , or FAILURE . |
Customer identification | Object | Customer identification parameters such as source, account id, identifiers etc. |
start_date | Date | Pass the date range in ISO standard - yyyy-mm-ddThh:mm:ss.s+z. Example: If you want to show the requests from April 1st, 2025, set start_date=2025-04-01T00:00:00Z |
end_date | Date | Pass the date range in ISO standard - yyyy-mm-ddThh:mm:ss.s+z. Example: If you want to show the requests until April 30th, 2025, set end_date=2025-04-30T00:00:00Z |
Note: The parameters marked with an asterisk (*) indicate that they are mandatory and must be provided in the API request.
https://eu.api.capillarytech.com/v2/requests?requestType=TRANSACTION&requestSubType=REGULAR_TXN_ADD&STATUS=PENDING
curl --location 'https://eu.api.capillarytech.com/v2/requests?requestType=CHANGE_IDENTIFIER&requestSubType=MERGE' \
--header 'Authorization: Basic Z0YTYyZTZm' \
--header 'Cookie: _cfuvid=EWw7Wfz8Ouj54ZVF2cPldbObmSaOCCsfBD._qxSWZoM-1744468652196-0.0.1.1-604800000'
curl --location 'https://eu.api.capillarytech.com/v2/requests?requestType=CHANGE_IDENTIFIER&requestSubType=MERGE' \
--header 'Authorization: Basic YXV0b3N0bJkMjM0Yjcw'
curl --location 'https://eu.api.capillarytech.com/v2/requests?requestType=CHANGE_IDENTIFIER&requestSubType=MERGE' \
--header 'Authorization: Basic YXV0b3NTA3NWI5NjRiMDcxNTJkMjM0Yjcw'
Response parameters for Transaction
Parameter | Description |
---|---|
type | Type of request. In this case, it is "TRANSACTION". |
baseType | Subtype of the request. In this case, it is "REGULAR_TXN_ADD". |
status | Status of the transaction. In this case, it is "PENDING". |
checkin_date | Date and time of check-in for the transaction. |
checkout_date | Date and time of check-out for the transaction. |
ship_first_name | First name of the shipping recipient. |
ship_last_name | Last name of the shipping recipient. |
deliveryStatus | Current delivery status of the transaction. |
type | Type of transaction. In this case, it is "REGULAR". |
billAmount | Total bill amount for the transaction. |
billNumber | Bill number associated with the transaction. |
discount | Discount amount applied to the transaction. |
grossAmount | Gross amount of the transaction. |
note | Additional notes or comments related to the transaction. |
lineItemsV2 | Array containing details of individual line items in the transaction. |
paymentmode | Payment mode used for the transaction. In this case, it is "cash". |
userGroup2Id | Identifier for the second user group. |
userGroup2ExternalId | External identifier for the second user group. |
userGroup2PrimaryUserId | Primary user ID associated with the second user group. |
isUseDefaultUserGroup2 | Boolean value indicating if the default user group is used for the second user group. |
paymentModes | Array containing details of payment modes used for the transaction. |
billingDate | Date and time of billing for the transaction. |
customer | Object containing customer information for the transaction. |
attribution | Object containing details about the creation and modification of the transaction. |
id | Unique request identifier for the transaction request. |
addedOn | Date and time when the transaction was added. |
userId | User ID associated with the transaction. |
comments | Comments or description related to the transaction. |
oneStep | Boolean value indicating if the transaction is a one-step process. |
Please note that some parameters have sub-fields, such as "extendedFields" and "paymentModes," which contain additional details. These can be represented in the table as needed.
{
"pagination": {
"limit": 10,
"offset": 0,
"sortBy": "created_on",
"sortOrder": "DESC",
"total": 988
},
"data": [
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"extendedFields": {
"checkin_date": "2010-06-04 21:08:12",
"checkout_date": "2010-06-05 21:08:12",
"ship_first_name": "Ram",
"ship_last_name": "Singh"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "num-1234",
"discount": 10.0,
"grossAmount": 110.0,
"note": "This is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_234_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
},
{
"amount": 100.5,
"itemCode": "sku_sdf_10",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "cash"
},
"notInterestedReason": "",
"userGroup2Id": 1949,
"userGroup2ExternalId": "",
"userGroup2PrimaryUserId": 414936033,
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Card Payment",
"value": 5104.0,
"notes": "Sample notes",
"attributes": {
"card_type": "Visa"
}
}
],
"billingDate": "2023-05-08T20:51:13+05:30",
"useDefaultUserGroup2": false
},
"images": [
{
"id": 934,
"provider": "FILESERVICE",
"namespace": "solutions",
"serial": 1,
"fileName": "TestImage.jpeg",
"imageReference": "bdacb6a7-d4ce-4dea-bf38-134a1200b8b9",
"filePath": "https://s3.amazonaws.com/fileservice.in/solutions/ebe6ad63-da4c-4dfb-9365-2f8d421.jpeg?X-Amz-Security-Token=FwoGZXIvYXdzEFoaDGIjegsrv1Xa7a%2B9oiLQAa2VFQ4UY0IUnFAbH8TuKWHmpRGsr0lQagsZ%2BJVj7wiEwxoYEsg%2Fa1TtecwDU5nYJZ4HhoU1dRz8BcDTM8v%2Bcgd0ywEOE3Kkwyg5YqPW4L3%2BrJzeEl0R2pDgv%2Bu6uioXnxQE2EmAgTV%2BeIiz5OfyyTHpPlUA7EYyU3pUSrjciT6bMPvMAP%2FEoiKyf2C4KWeYKGRtRmhV3rROWNKGccHjpWYXs70c20RhTGzxibK1qYIAKPcvrNODubcQbahWA7bag658fVsYnlHM5G0TmdMnnYYonbzkogYyLToxrhDfxMghIp90SbouodGENsEWiKO0i4NB35ovbg15szbjMm9tzwfaXqCJ1Q%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230508T160948Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBYMAOFKMJ%2F20230508%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=190e961ca3064095b4ac62df830297f62f1946dfaef58d0b2a6dce50f6c725c5",
"securedFilePath": "https://s3.amazonaws.com/fileservice.in/solutions/ebe6ad63-da4c-4dfb-9365-2f8d421.jpeg?X-Amz-Security-Token=FwoGZXIvYXdzEFoaDGIjegsrv1Xa7a%2B9oiLQAa2VFQ4UY0IUnFAbH8TuKWHmpRGsr0lQagsZ%2BJVj7wiEwxoYEsg%2Fa1TtecwDU5nYJZ4HhoU1dRz8BcDTM8v%2Bcgd0ywEOE3Kkwyg5YqPW4L3%2BrJzeEl0R2pDgv%2Bu6uioXnxQE2EmAgTV%2BeIiz5OfyyTHpPlUA7EYyU3pUSrjciT6bMPvMAP%2FEoiKyf2C4KWeYKGRtRmhV3rROWNKGccHjpWYXs70c20RhTGzxibK1qYIAKPcvrNODubcQbahWA7bag658fVsYnlHM5G0TmdMnnYYonbzkogYyLToxrhDfxMghIp90SbouodGENsEWiKO0i4NB35ovbg15szbjMm9tzwfaXqCJ1Q%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230508T160948Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBYMAOFKMJ%2F20230508%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=190e961ca3064095b4ac62df830297f62f1946dfaef58d0b2a6dce50f6c725c5",
"active": true
}
],
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-08T20:51:14+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-08T20:51:14+05:30"
},
"id": 978078,
"addedOn": "2023-05-08T20:51:14+05:30",
"userId": 536093144,
"comments": "any comments",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"extendedFields": {
"checkin_date": "2010-06-04 21:08:12",
"checkout_date": "2010-06-05 21:08:12",
"ship_first_name": "Ram",
"ship_last_name": "Singh"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "num-1234",
"discount": 10.0,
"grossAmount": 110.0,
"note": "This is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_234_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
},
{
"amount": 100.5,
"itemCode": "sku_sdf_10",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "cash"
},
"notInterestedReason": "",
"userGroup2Id": 1949,
"userGroup2ExternalId": "",
"userGroup2PrimaryUserId": 414936033,
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Card Payment",
"value": 5104.0,
"notes": "Sample notes",
"attributes": {
"card_type": "Visa"
}
}
],
"billingDate": "2023-05-08T20:51:10+05:30",
"useDefaultUserGroup2": false
},
"images": [
{
"id": 933,
"provider": "FILESERVICE",
"namespace": "solutions",
"serial": 1,
"fileName": "TestImage.jpeg",
"imageReference": "bdacb6a7-d4ce-4dea-bf38-134a1200b8b9",
"filePath": "https://s3.amazonaws.com/fileservice.in/solutions/ebe6ad63-da4c-4dfb-9365-2f8d421.jpeg?X-Amz-Security-Token=FwoGZXIvYXdzEFoaDGIjegsrv1Xa7a%2B9oiLQAa2VFQ4UY0IUnFAbH8TuKWHmpRGsr0lQagsZ%2BJVj7wiEwxoYEsg%2Fa1TtecwDU5nYJZ4HhoU1dRz8BcDTM8v%2Bcgd0ywEOE3Kkwyg5YqPW4L3%2BrJzeEl0R2pDgv%2Bu6uioXnxQE2EmAgTV%2BeIiz5OfyyTHpPlUA7EYyU3pUSrjciT6bMPvMAP%2FEoiKyf2C4KWeYKGRtRmhV3rROWNKGccHjpWYXs70c20RhTGzxibK1qYIAKPcvrNODubcQbahWA7bag658fVsYnlHM5G0TmdMnnYYonbzkogYyLToxrhDfxMghIp90SbouodGENsEWiKO0i4NB35ovbg15szbjMm9tzwfaXqCJ1Q%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230508T160948Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBYMAOFKMJ%2F20230508%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=190e961ca3064095b4ac62df830297f62f1946dfaef58d0b2a6dce50f6c725c5",
"securedFilePath": "https://s3.amazonaws.com/fileservice.in/solutions/ebe6ad63-da4c-4dfb-9365-2f8d421.jpeg?X-Amz-Security-Token=FwoGZXIvYXdzEFoaDGIjegsrv1Xa7a%2B9oiLQAa2VFQ4UY0IUnFAbH8TuKWHmpRGsr0lQagsZ%2BJVj7wiEwxoYEsg%2Fa1TtecwDU5nYJZ4HhoU1dRz8BcDTM8v%2Bcgd0ywEOE3Kkwyg5YqPW4L3%2BrJzeEl0R2pDgv%2Bu6uioXnxQE2EmAgTV%2BeIiz5OfyyTHpPlUA7EYyU3pUSrjciT6bMPvMAP%2FEoiKyf2C4KWeYKGRtRmhV3rROWNKGccHjpWYXs70c20RhTGzxibK1qYIAKPcvrNODubcQbahWA7bag658fVsYnlHM5G0TmdMnnYYonbzkogYyLToxrhDfxMghIp90SbouodGENsEWiKO0i4NB35ovbg15szbjMm9tzwfaXqCJ1Q%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230508T160948Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBYMAOFKMJ%2F20230508%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=190e961ca3064095b4ac62df830297f62f1946dfaef58d0b2a6dce50f6c725c5",
"active": true
}
],
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-08T20:51:10+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-08T20:51:10+05:30"
},
"id": 978077,
"addedOn": "2023-05-08T20:51:10+05:30",
"userId": 536093144,
"comments": "any comments",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"extendedFields": {
"checkin_date": "2010-06-04 21:08:12",
"checkout_date": "2010-06-05 21:08:12",
"ship_first_name": "Ram",
"ship_last_name": "Singh"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "num-1234",
"discount": 10.0,
"grossAmount": 110.0,
"note": "This is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_234_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
},
{
"amount": 100.5,
"itemCode": "sku_sdf_10",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "cash"
},
"notInterestedReason": "",
"userGroup2Id": 1949,
"userGroup2ExternalId": "",
"userGroup2PrimaryUserId": 414936033,
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Card Payment",
"value": 5104.0,
"notes": "Sample notes",
"attributes": {
"card_type": "Visa"
}
}
],
"billingDate": "2023-05-08T20:00:44+05:30",
"useDefaultUserGroup2": false
},
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-08T20:00:44+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-08T20:00:44+05:30"
},
"id": 977975,
"addedOn": "2023-05-08T20:00:44+05:30",
"userId": 536093144,
"comments": "any comments",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"extendedFields": {
"checkin_date": "2010-06-04 21:08:12",
"checkout_date": "2010-06-05 21:08:12",
"ship_first_name": "Ram",
"ship_last_name": "Singh"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "num-1234",
"discount": 10.0,
"grossAmount": 110.0,
"note": "This is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_234_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
},
{
"amount": 100.5,
"itemCode": "sku_sdf_10",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "cash"
},
"notInterestedReason": "",
"userGroup2Id": 1949,
"userGroup2ExternalId": "",
"userGroup2PrimaryUserId": 414936033,
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Card Payment",
"value": 5104.0,
"notes": "Sample notes",
"attributes": {
"card_type": "Visa"
}
}
],
"billingDate": "2023-05-08T19:43:35+05:30",
"useDefaultUserGroup2": false
},
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-08T19:43:36+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-08T19:43:36+05:30"
},
"id": 977965,
"addedOn": "2023-05-08T19:43:36+05:30",
"userId": 536093144,
"comments": "any comments",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"extendedFields": {
"ship_first_name": "22.02"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "attrAddTest22",
"discount": 10.0,
"grossAmount": 110.0,
"note": "this is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "abc"
},
"notInterestedReason": "",
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Cash",
"value": 500.0,
"notes": "notes_6555444"
}
],
"billingDate": "2022-10-19T10:54:18+05:30",
"useDefaultUserGroup2": false
},
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-08T19:34:22+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-08T19:34:22+05:30"
},
"id": 977962,
"addedOn": "2023-05-08T19:34:22+05:30",
"userId": 536093144,
"comments": "fisrt req",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "FAILURE",
"transaction": {
"type": "REGULAR",
"billNumber": "1683308505712",
"discount": 0.0,
"note": "",
"lineItemsV2": [],
"customFields": {
"added_on": "2023-05-05T17:41:22.000Z",
"image_id": "P7452H0E826.png",
"paymentmode": "Cash",
"vendor_name": ""
},
"notInterestedReason": "",
"isUseDefaultUserGroup2": false,
"billingDate": "2023-05-05T23:11:46+05:30",
"useDefaultUserGroup2": false
},
"images": [
{
"id": 932,
"provider": "FILESERVICE",
"namespace": "solutions",
"serial": 1,
"fileName": "P7452H0E826.png",
"active": true
}
],
"customer": {
"id": 544898704,
"profiles": [
{
"firstName": "",
"lastName": "",
"fields": {},
"identifiers": [
{
"type": "externalId",
"value": "24a8aa9e-eb6b-11ed-b696-0eed903c9ba7"
},
{
"type": "email",
"value": "[email protected]"
}
],
"commChannels": [],
"userId": 544898704,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "externalId",
"value": "24a8aa9e-eb6b-11ed-b696-0eed903c9ba7"
},
{
"type": "email",
"value": "[email protected]"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-05T23:11:46+05:30",
"createdBy": {
"id": 13501376,
"code": "test.purinademo",
"description": "",
"name": "test.purinademo",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 372,
"currencyId": -1,
"languageId": -1
},
"modifiedBy": {
"id": 12853107,
"code": "1559561815_",
"description": "",
"name": "1559561815_Anurag",
"type": "ADMIN_USER",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-08T18:18:36+05:30"
},
"id": 973174,
"addedOn": "2023-05-05T23:11:46+05:30",
"userId": 544898704,
"comments": "Receipt Approved;\nERROR:[{\"status\":false,\"message\":\"Invalid Bill Amount\",\"code\":601}]",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 286.55000000000007,
"billNumber": "2166",
"discount": 0.0,
"note": "Purchased over 1 year ago",
"lineItemsV2": [
{
"amount": 99.99,
"description": "HOLVER VRC",
"discount": 0.0,
"itemCode": "75",
"qty": 1.0,
"rate": 99.99,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 20.0,
"description": "COP-HOEVER",
"discount": 0.0,
"itemCode": "91248",
"qty": 1.0,
"rate": 20.0,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 16.99,
"description": "ANCLIPHER",
"discount": 0.0,
"itemCode": "44",
"qty": 1.0,
"rate": 16.99,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 11.96,
"description": "DHV CHP 2",
"discount": 0.0,
"qty": 1.0,
"rate": 11.96,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 12.99,
"description": "WORE HOOK 20",
"discount": 0.0,
"itemCode": "99",
"qty": 1.0,
"rate": 12.99,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 3.0,
"description": "COPN-WINE HO",
"discount": 0.0,
"itemCode": "09032",
"qty": 1.0,
"rate": 3.0,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 12.49,
"description": "CHOI FL 142",
"discount": 0.0,
"itemCode": "2",
"qty": 1.0,
"rate": 12.49,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 4.19,
"description": "HSTSSCPCKS",
"discount": 0.0,
"itemCode": "7",
"qty": 1.0,
"rate": 4.19,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 14.99,
"description": "N TRASH 80",
"discount": 0.0,
"qty": 1.0,
"rate": 14.99,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 23.49,
"description": "FREE COUPON",
"discount": 0.0,
"qty": 1.0,
"rate": 23.49,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 20.49,
"description": "FREE COUPON",
"discount": 0.0,
"qty": 1.0,
"rate": 20.49,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 20.49,
"description": "FREE COUPON",
"discount": 0.0,
"qty": 1.0,
"rate": 20.49,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 20.49,
"description": "FREE COUPON",
"discount": 0.0,
"itemCode": "553060217681",
"qty": 1.0,
"rate": 20.49,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
},
{
"amount": 4.99,
"discount": 0.0,
"itemCode": "7",
"qty": 1.0,
"rate": 4.99,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": []
}
],
"customFields": {
"added_on": "2023-05-05T16:04:53.000Z",
"paymentmode": "Cash",
"vendor_name": "BJ's"
},
"notInterestedReason": "",
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Cash",
"value": 500.0,
"notes": "notes_6555444"
}
],
"billingDate": "2021-08-09T05:30:00+05:30",
"useDefaultUserGroup2": false
},
"images": [
{
"id": 931,
"provider": "FILESERVICE",
"namespace": "solutions",
"serial": 1,
"fileName": "P7457E1BC15.png",
"active": true
}
],
"customer": {
"id": 544836269,
"profiles": [
{
"firstName": "",
"lastName": "",
"fields": {},
"identifiers": [
{
"type": "externalId",
"value": "50fb85c5-ea81-11ed-b696-0eed903c9ba7"
},
{
"type": "email",
"value": "[email protected]"
}
],
"commChannels": [],
"userId": 544836269,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "externalId",
"value": "50fb85c5-ea81-11ed-b696-0eed903c9ba7"
},
{
"type": "email",
"value": "[email protected]"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-05T21:35:13+05:30",
"createdBy": {
"id": 13501376,
"code": "test.purinademo",
"description": "",
"name": "test.purinademo",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 372,
"currencyId": -1,
"languageId": -1
},
"modifiedBy": {
"id": 13501376,
"code": "test.purinademo",
"description": "",
"name": "test.purinademo",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 372,
"currencyId": -1,
"languageId": -1
},
"modifiedDate": "2023-05-05T21:35:13+05:30"
},
"id": 973034,
"addedOn": "2023-05-05T21:35:13+05:30",
"userId": 544836269,
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billNumber": "1683208322972",
"discount": 0.0,
"note": "Not able to read the line items from Receipt",
"lineItemsV2": [],
"customFields": {
"added_on": "2023-05-04T13:51:41.000Z",
"paymentmode": "Cash",
"vendor_name": ""
},
"notInterestedReason": "",
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Cash",
"value": 500.0,
"notes": "notes_6555444"
}
],
"billingDate": "2023-05-04T19:22:03+05:30",
"useDefaultUserGroup2": false
},
"images": [
{
"id": 930,
"provider": "FILESERVICE",
"namespace": "solutions",
"serial": 1,
"fileName": "57443R0YB98.png",
"active": true
}
],
"customer": {
"id": 538194152,
"profiles": [
{
"firstName": "",
"lastName": "",
"fields": {},
"identifiers": [
{
"type": "externalId",
"value": "7989b873-7cbc-11ed-8eb3-0e5e22a6da49"
},
{
"type": "email",
"value": "[email protected]"
}
],
"commChannels": [],
"userId": 538194152,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "externalId",
"value": "7989b873-7cbc-11ed-8eb3-0e5e22a6da49"
},
{
"type": "email",
"value": "[email protected]"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-04T19:22:04+05:30",
"createdBy": {
"id": 13501376,
"code": "test.purinademo",
"description": "",
"name": "test.purinademo",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 372,
"currencyId": -1,
"languageId": -1
},
"modifiedBy": {
"id": 13501376,
"code": "test.purinademo",
"description": "",
"name": "test.purinademo",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 372,
"currencyId": -1,
"languageId": -1
},
"modifiedDate": "2023-05-04T19:22:04+05:30"
},
"id": 971767,
"addedOn": "2023-05-04T19:22:04+05:30",
"userId": 538194152,
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "SUCCESS",
"transaction": {
"extendedFields": {
"ship_first_name": "22.02"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "attrAddTest22",
"discount": 10.0,
"grossAmount": 110.0,
"note": "this is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "abc"
},
"notInterestedReason": "",
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Cash",
"value": 500.0,
"notes": "notes_6555444"
}
],
"billingDate": "2022-10-19T10:54:18+05:30",
"useDefaultUserGroup2": false
},
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-04T12:53:06+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13509183,
"code": "purinatestaccount",
"description": "",
"name": "purinatestaccount",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 372,
"currencyId": -1,
"languageId": -1
},
"modifiedDate": "2023-05-04T15:17:34+05:30"
},
"id": 971398,
"addedOn": "2023-05-04T12:53:06+05:30",
"userId": 536093144,
"comments": "Test;\nWARN:[{\"status\":false,\"message\":\"Extended field name ship_first_name is invalid.\",\"code\":91016},{\"status\":false,\"message\":\"Extended field name M",
"oneStep": false
},
{
"type": "TRANSACTION",
"baseType": "REGULAR_TXN_ADD",
"status": "PENDING",
"transaction": {
"extendedFields": {
"ship_first_name": "22.02"
},
"deliveryStatus": "SHIPPED",
"type": "REGULAR",
"billAmount": 200.0,
"billNumber": "attrAddTest22",
"discount": 10.0,
"grossAmount": 110.0,
"note": "this is test",
"lineItemsV2": [
{
"amount": 100.5,
"itemCode": "sku_2",
"qty": 1.0,
"rate": 100.5,
"returnable": true,
"returnableDays": -1,
"comboDetails": [],
"addOnDetails": [],
"splitDetails": [],
"extendedFields": {
"GrossWeight": "10.50",
"MetalRate": "22.02"
}
}
],
"customFields": {
"paymentmode": "abc"
},
"notInterestedReason": "",
"isUseDefaultUserGroup2": false,
"paymentModes": [
{
"mode": "Cash",
"value": 500.0,
"notes": "notes_6555444"
}
],
"billingDate": "2022-10-19T10:54:18+05:30",
"useDefaultUserGroup2": false
},
"customer": {
"id": 536093144,
"profiles": [
{
"firstName": "Dave",
"lastName": "Maz",
"fields": {},
"identifiers": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
],
"commChannels": [],
"userId": 536093144,
"accountId": "",
"autoUpdateTime": "2023-05-08T21:39:48+05:30",
"identifiersAll": [
{
"type": "email",
"value": "[email protected]"
},
{
"type": "externalId",
"value": "purinaQA25"
}
]
}
]
},
"attribution": {
"createDate": "2023-05-04T12:45:40+05:30",
"createdBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedBy": {
"id": 13539312,
"code": "neestoretillssnee1",
"description": "",
"name": "neestoretillssnee1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true,
"isOuEnabled": false,
"timeZoneId": 0,
"currencyId": 0,
"languageId": 0
},
"modifiedDate": "2023-05-04T12:45:40+05:30"
},
"id": 971397,
"addedOn": "2023-05-04T12:45:40+05:30",
"userId": 536093144,
"comments": "fisrt req",
"oneStep": false
}
],
"warnings": [],
"errors": []
}
Response Parameters for Customer Merge
Parameter | Data Type | Description |
---|---|---|
pagination | Object | Contains pagination details |
- limit | Integer | Maximum number of records returned per page |
- offset | Integer | Number of records skipped before returning results |
- sortBy | String | Field used to sort the data |
- sortOrder | String | Sorting order. Possible Value: ASC or DESC |
- total | Integer | Total number of records available |
data | Array | List of change identifier request entries |
- attribution | Object | Metadata related to creation and modification |
-- createDate | Date | Timestamp when the entry was created in ISO 8601 format |
-- createdBy | Object | Information about the creator |
--- referenceId | Integer | ID of the user that created the entry |
--- default | Boolean | Indicates if the default user was used |
-- modifiedBy | Object | Information about the last modifier |
--- referenceId | Integer | ID of the user who last modified the entry |
--- default | Boolean | Indicates if the default user was used |
-- modifiedDate | Date | Timestamp when the entry was last modified in ISO 8601 format |
- userId | Integer | User ID associated with the request |
- changeIdentifierRequest | Object | Details of the identifier change request |
-- id | Long | Unique ID of the change identifier request |
-- userId | Long | User ID associated with the identifier change |
-- requestId | Long | Request ID tied to the identifier change |
-- changeIdentifiers | Object | Identifiers to be added or removed |
--- add | Array | List of identifiers of the survivor |
---- type | String | Type of identifier. Possible Values: id , email |
---- value | String | Value of the identifier of the survivor |
--- remove | Array | List of identifiers of the victim |
---- type | String | Type of identifier. Possible Values: id , email |
---- value | String | Value of the identifier of the victim |
-- oneStep | Boolean | Indicates whether the change is processed in one step for the changeIdentifiers object |
- oneStep | Boolean | Indicates whether the change is processed in one step for the changeIdentifierRequest object |
warnings | Array | List of warnings (if any) |
errors | Array | List of errors (if any) |
{
"pagination": {
"limit": 10,
"offset": 0,
"sortBy": "r.created_on",
"sortOrder": "DESC",
"total": 22
},
"data": [
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 1000120,
"userId": -1,
"requestId": 13030603,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565398773"
}
],
"remove": [
{
"type": "id",
"value": "565398692"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 999987,
"userId": -1,
"requestId": 13030212,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565398773"
}
],
"remove": [
{
"type": "id",
"value": "565398692"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 999986,
"userId": -1,
"requestId": 13030210,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565398773"
}
],
"remove": [
{
"type": "id",
"value": "565398692"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 999973,
"userId": -1,
"requestId": 13030171,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565398773"
}
],
"remove": [
{
"type": "id",
"value": "565398692"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 999953,
"userId": -1,
"requestId": 13030101,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565409424"
}
],
"remove": [
{
"type": "id",
"value": "565409418"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 999952,
"userId": -1,
"requestId": 13030093,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565398773"
}
],
"remove": [
{
"type": "id",
"value": "565398692"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 999690,
"userId": -1,
"requestId": 13029191,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "565398773"
}
],
"remove": [
{
"type": "id",
"value": "565398692"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 961109,
"userId": -1,
"requestId": 12933414,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "564800928"
}
],
"remove": [
{
"type": "id",
"value": "564829352"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 960902,
"userId": -1,
"requestId": 12932751,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "564800928"
}
],
"remove": [
{
"type": "id",
"value": "564838394"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-04-13T11:33:57Z",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-04-13T11:33:57Z"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 960901,
"userId": -1,
"requestId": 12932750,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "564800928"
}
],
"remove": [
{
"type": "id",
"value": "564829698"
}
]
},
"oneStep": false
},
"oneStep": false
}
],
"warnings": [],
"errors": []
}
{
"pagination": {
"limit": 10,
"offset": 0,
"sortBy": "r.created_on",
"sortOrder": "DESC",
"total": 3
},
"data": [
{
"attribution": {
"createDate": "2025-03-21T11:00:19+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:00:19+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 843373,
"userId": -1,
"requestId": 1778080,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387733529"
}
],
"remove": [
{
"type": "id",
"value": "387733597"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-03-21T11:00:19+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:00:19+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 842618,
"userId": -1,
"requestId": 1774973,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387724145"
}
],
"remove": [
{
"type": "id",
"value": "387724147"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-03-21T11:00:19+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:00:19+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 842615,
"userId": -1,
"requestId": 1774969,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387724145"
}
],
"remove": [
{
"type": "id",
"value": "387724147"
}
]
},
"oneStep": false
},
"oneStep": false
}
],
"warnings": [],
"errors": []
}
{
"pagination": {
"limit": 10,
"offset": 0,
"sortBy": "r.created_on",
"sortOrder": "DESC",
"total": 5
},
"data": [
{
"attribution": {
"createDate": "2025-03-21T11:07:56+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:07:56+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 843372,
"userId": -1,
"requestId": 1778080,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387733529"
}
],
"remove": [
{
"type": "id",
"value": "387733597"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-03-21T11:07:56+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:07:56+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 842617,
"userId": -1,
"requestId": 1774973,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387724145"
}
],
"remove": [
{
"type": "id",
"value": "387724147"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-03-21T11:07:56+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:07:56+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 842614,
"userId": -1,
"requestId": 1774969,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387724145"
}
],
"remove": [
{
"type": "id",
"value": "387724147"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-03-21T11:07:56+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:07:56+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 842574,
"userId": -1,
"requestId": 1774882,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387724145"
}
],
"remove": [
{
"type": "id",
"value": "387724147"
}
]
},
"oneStep": false
},
"oneStep": false
},
{
"attribution": {
"createDate": "2025-03-21T11:07:56+05:30",
"createdBy": {
"referenceId": -1,
"default": false
},
"modifiedBy": {
"referenceId": -1,
"default": false
},
"modifiedDate": "2025-03-21T11:07:56+05:30"
},
"userId": -1,
"changeIdentifierRequest": {
"id": 825524,
"userId": -1,
"requestId": 1704615,
"changeIdentifiers": {
"add": [
{
"type": "id",
"value": "387480176"
}
],
"remove": [
{
"type": "id",
"value": "387480177"
}
]
},
"oneStep": false
},
"oneStep": false
}
],
"warnings": [],
"errors": []
}
Error Code
Error Code | Description | Reason |
---|---|---|
403 | Field Request subtype is mandatory | Subtype is missing in the request |