EIGER
  • API Integration Document
  • Eiger Token API
  • Sale API
  • Sale Status Update API
  • Claim Registration API
  • Claim Status Update API
  • Customer Registration API
  • Customer Verification API
  • Lead Registration API
  • Coverage Status API
  • Plan Subscription API
  • List of Other Useful EIGER APIs
Powered by GitBook
On this page

Was this helpful?

Sale Status Update API

Eiger web service for Sale Status Update

SaleStatusUpdate

POST https://{baseurl}/sales/sale/api/saleStatus

This endpoint allows you to get free cakes.

Query Parameters

Name
Type
Description

country

string

Country Code

partner_code

string

Partner Code

sale_id

string

Sale Id

status

boolean

Status 1- Active 2- Expired 3 Suspended

Headers

Name
Type
Description

EIGER-SESSION-ID

string

Web Service Generated Token Value

EIGER-TOKEN

string

Web Service Generated Token Value

EIGER-API-REQUEST-TYPE

string

REST

Accept

string

application/json

Content-Type

string

application/json

{
"status": "SUCCESS",
"errorcode": "0000",
"message": "Sales Status Updated Successfully",
"errors": null
}
{    "message": "Failed"}

PreviousSale APINextClaim Registration API

Last updated 3 years ago

Was this helpful?