API documentation


OEM Affinity API


Description

This API is used to add warranty insurance to a single device.

URL

https://4biz.bigfix.in/affinityapi/

Method

POST

API Authorization

For Authentication key please contact us.

Sample Request:
XML Tag Remarks
"claim_ref_no": "MSC0000987" Claim reference number generated by client
"companyname": "ABC Company" Name of the Company
"Name": "John" Insured person Name
"InsuredMobile": "91xxxxxxxx" Insured person Mobile No
"InsuredEmail": "myself@gmail.com" Insured person Email ID
AddressLine1": "text" Address of the Insured person
AddressLine2": "text" Address of the Insured person
"City": "Chennai" City of the Client
"State": "Uttar Pradesh" State of the Client
"Pincode": "12345" Pincode of the Client
"AssetType": "Mobile" AssetType of the Client
Make": "APPLE" Make of the Asset
Model": "6s" Model of the Asset
"IMEINo": "98765432120987654" IMEINo of the Asset
"centre_city": "NA" If any
"Issue": "Screen Damage" Issue of the Asset


Sample Response:
XML Tag Remarks
"Message": "Done successfully" Success Message
"Status_code": "200" Status Code
"Data": [
{
"request_id": "ICI3" Claim ref. no. generated at Vendor End
"service_request_id": "ICI987655"
}


Error Message :
Un-Authorized API Call : Bad headers
200 Error Code message : Success Code
400 Error Code message : Bad Request

Merchant API


Description

This API is used to add warranty insurance at the time of billing on the merchant side.

URL

https://4biz.bigfix.in/merchantapi/

Method

POST

API Authorization

For Authentication key please contact us.

Sample Request:
XML Tag Remarks
{
"payload": {
"Pincode": "600106"
}
Vendor can choose the pincode of the respected area where the vendors wants to get the device serviced
}


Sample Response:
XML Tag Remarks
“Branch name” : “Arumbakkam Bigfix” Name of the branch
"City” : “ Chennai” City Selected
“State” : “TamilNadu” Selected state
“Pin” : “600 006” Pincode of the City selected
Error Message :
Un-Authorized API Call : Bad headers
200 Error Code message : Success Code
400 Error Code message : Bad Request

B2C API


Description

This API is used to add warranty insurance from the third party application.

URL

https://4biz.bigfix.in/b2capi/

Method

POST

API Authorization

For Authentication key please contact us.

Sample Request:
XML Tag Remarks
{
"orderid" : "CLAIM-202112200724072174" Vendor can get the jobcard details by entering the orderid provided by BigFix
}


Sample Response:
XML Tag Remarks
Company name : “Vendor Name” Default value
City : “Chennai” Default value, If not required will pass NA
Pin : “600 006”
Jobcard No : “BigFixHO/211201/114432” Jobcard no. generated at Bigfix End
Name : “SAM”


Error Message :


Un-Authorized API Call : Bad headers
200 Error Code message : Success Code
400 Error Code message : Bad Request

Claim Booking API


Description

This API is used to place a claim order.

url

https://4biz.bigfix.in/bookingapi/

Method

POST

API Authorization

For Authentication key please contact us.

Sample Request:
XML Tag Remarks
"claim_ref_no": "MSC0000987" Claim reference number generated by client
"companyname": "ABC Company" Name of the Company
"Name": "John" Insured person Name
"InsuredMobile": "91xxxxxxxx" Insured person Mobile No
"InsuredEmail": "myself@gmail.com" Insured person Email ID
AddressLine1": "text" Address of the Insured person
AddressLine2": "text" Address of the Insured person
"City": "Chennai" City of the Client
"State": "Uttar Pradesh" State of the Client
"Pincode": "12345" Pincode of the Client
"AssetType": "Mobile" AssetType of the Client
Make": "APPLE" Make of the Asset
Model": "6s" Model of the Asset
"IMEINo": "98765432120987654" IMEINo of the Asset
"centre_city": "NA" If any
"Issue": "Screen Damage" Issue of the Asset


Sample Response:
XML Tag Remarks
"Message": "Done successfully" Success Message
"Status_code": "200" Status Code
"Data": [
{
"request_id": "ICI3" Claim ref. no. generated at Vendor End
"service_request_id": "ICI987655"
}


Error Message :
Un-Authorized API Call : Bad headers
200 Error Code message : Success Code
400 Error Code message : Bad Request

Claim Tracking API


Description

This API is used to track the claim using the order id which is given at the time of placing the order from our end.

url

https://4biz.bigfix.in/ordertracking/

Method

POST

API Authorization

For Authentication key please contact us.

Sample Request:
XML Tag Remarks
{
"orderid" : "CLAIM-202112200724072174" Order ID generated by Bigfix at the time of booking the order.
}


Sample Response:
XML Tag Remarks
{
"Success": "True", Success Message
"Status_code": "200", Status Code
"Data": [
{
"status": "Under Repair" Status of the given order ID
}


Error Message :
Un-Authorized API Call : Bad headers
200 Error Code message : Success Code
400 Error Code message : Bad Request

Claim Approval API


Description

This API is used for claim approval.

url

https://4biz.bigfix.in/claimapproval/

Method

POST

API Authorization

For Authentication key please contact us.

Sample Request:
XML Tag Remarks
{
"orderid" : "CLAIM-202112200724072174" Vendor can get the invoice details by entering the orderid provided by BigFix
}


Sample Response:
XML Tag Remarks
Company name : “Vendor Name” Default value
City : “Chennai” Default value, If not required will pass NA
Pin : “600 006”
Jobcard No : “BigFixHO/211201/114432” Jobcard no. generated at Bigfix End
Name : “SAM”


Error Message :
Un-Authorized API Call : Bad headers
200 Error Code message : Success Code
400 Error Code message : Bad Request