- LIGHTHOUSE Rest API Walkthrough
- Lighthouse APIs
- Authentication
- TransactionStatus
- xcAssetDetail
- Shopping Cart
- xcAuthorizedProduct
- xcCFAMapping
- xcCFAMaster
- xcCFAStock
- xcDistributorDetail
- xcGetPromotionDetail
- xcHSNMaster
- xcJourneyPlan
- xcSubDistributorMargin
- xcOrganizationHierarchy
- xcGetOrganizationHierarchy
- xcOutlet
- xcOutletPriceMapping
- xcPricingControl
- xcPricingPlan
- xcProduct
- xcRouteDetail
- xcTerritoryHierarchy
- xcUserList
- xdARCollection
- xdAROpenItems
- xdCreditDebitNote
- xdCreditDetails
- xdDMSARCollection
- xdEmptieDispatchAdvice
- xdGetPurchaseOrder
- xdGRNDetails
- xdLocationCreditDetails
- xdOpenItems
- xdPendingInvoice
- xdPoFillRate
- xdPOStatus
- xdProduct
- xdPromotion
- xdPurchaseInvoice
- xdSalesInvoice
- xdSalesOrder
- xdSalesOrderStatusUpdate
- xdSalesReturn
- xdStockTransfer
- xdWarehouseStock
- xdInterDTStockIn
- xdInterDTStockOut
- xdGetPOShoppingCart
- xdReturnOrder
- xdDMSStockAdjustment
- xcDistributorPriceMapping
- xdLocationDetails
- xdBeatDetails
- xdVehicleDetails
- xdHHTMaster
- xdPricingPlan
- xdPrimaryPrice
- xdAuthorizedProduct
- xdWarehouseInventory
- xdCustomerMaster
- xdPromotionDefinition
- xdJourneyPlan
- xdRouteSetupV2
- xdCustomerTarget
- xdRouteTarget
- xdSalesInvoice
- xdSchemeAchievement
- xdVanLoad
- xdVanStock
- xdOrderHistoryV1
- xnBeatMaster
- xdSupervisorDetails
- xnRouteSetup
- xdVisitSummaryList
- xdGetNewCustomerRequest
- xdCustomerInventory
- xdGetUploadSyncKeys
- xdGetLoadRequest
- xdGetCustomerGeoCode
- xdDMSVanOffLoad
- xdGetRetailerContactInfo
- xdRouteSetupV2
- xdGetSalesman
- xdCustomer
- xdSetLoadRequest
- xdLoadOut
- xdLoadOutStatus
- xcPromotion
- xcProductHierarchy
- xdIQData
- xdSetReturnHistoryV1
- xdSetDNPlanInfo
- xnJourneyPlanTemplate
- xdGetBeatMaster
- xcGetListSchemes
- xcGetSchemeIsDuplicate
- xcUpdateShortClosure
- xcCreateScheme
- xcGetListBundleSchemes
- xdPODURL
- xdGetPromoAccrualDetails
- xcExclusionList
- xdProductMaster
- TerritoryRoute
- TerritoryRoute Copy
/api/xc/1.0get_scheme_is_duplicate
Developing
POST
/api/xc/1.0get_scheme_is_duplicate
Request
Body Params application/json
is_duplicate
arrayĀ [object {10}]Ā
required
principle_code
stringĀ
optional
<= 28 characters
calculation_method
integerĀ
optional
disbursement_method
integerĀ
optional
monitoring_value
stringĀ
optional
<= 50 characters
market_value
stringĀ
optional
<= 50 characters
mer_effective_date
stringĀ <date-time>
optional
line_no
integerĀ
optional
asm
stringĀ
optional
<= 50 characters
distributor_code
stringĀ
optional
<= 28 characters
market_scope
integerĀ
optional
Example
{
"is_duplicate": [
{
"principle_code": "string",
"calculation_method": 0,
"disbursement_method": 0,
"monitoring_value": "string",
"market_value": "string",
"mer_effective_date": "2024-10-22T09:12:18.320Z",
"line_no": 0,
"asm": "string",
"distributor_code": "string",
"market_scope": 0
}
]
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testapi.com/api/xc/1.0get_scheme_is_duplicate' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_duplicate": [
{
"principle_code": "string",
"calculation_method": 0,
"disbursement_method": 0,
"monitoring_value": "string",
"market_value": "string",
"mer_effective_date": "2024-10-22T09:12:18.320Z",
"line_no": 0,
"asm": "string",
"distributor_code": "string",
"market_scope": 0
}
]
}'
Responses
š¢200OK
application/json
Body
array of:
principle_code
stringĀ
optional
<= 28 characters
calculation_method
integerĀ
optional
disbursement_method
integerĀ
optional
monitoring_value
stringĀ
optional
<= 50 characters
market_value
stringĀ
optional
<= 50 characters
mer_effective_date
stringĀ <date-time>
optional
line_no
integerĀ
optional
asm
stringĀ
optional
<= 50 characters
distributor_code
stringĀ
optional
<= 28 characters
market_scope
integerĀ
optional
is_duplicate
booleanĀ
optional
Example
[ { "principle_code": "string", "calculation_method": 0, "disbursement_method": 0, "monitoring_value": "string", "market_value": "string", "mer_effective_date": "2024-10-22T09:12:18.328Z", "line_no": 0, "asm": "string", "distributor_code": "string", "market_scope": 0, "is_duplicate": true }]
Modified atĀ 2024-10-22 12:38:50