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

NameTypeDescription

country

string

Country Code

partner_code

string

Partner Code

sale_id

string

Sale Id

status

boolean

Status 1- Active 2- Expired 3 Suspended

Headers

NameTypeDescription

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
}

Last updated