POST OfferAutoPayDiscountDetails/AddOfferAutoPayDiscountFilterData
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lDto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OfferAutoDiscountList": [
{
"$id": "2",
"Id": "1e79d5b0-eeab-4b06-9e62-3d7a9c0c3ab6",
"CompanyId": "b570118f-7611-459c-9079-af01d7c0e6cf",
"BranchId": "98ad36df-b646-4fd1-8e2b-e199efc10ad9",
"DivisionId": "6b91d877-c760-4007-beb6-f932bb9fb19e",
"TownshipId": "f59103f5-cc1c-4d80-9f58-47012d636b70",
"CityId": "50088928-87ce-476e-a549-d9b7b5557c1d",
"DistrictId": "a0b22e8b-7ce1-4161-8474-8387e83bfc1a",
"ProductGroupId": "f4bf476a-ee2e-40ba-8bd2-4e4c2eb3058b",
"AdanceMerchantNumber": "sample string 2",
"OkMobileWalletNumber": "sample string 3",
"CompanyDebitWalletAccPassword": "sample string 4",
"CashBackSetting": 1,
"OfferAutoLoad": 1,
"Status": true,
"CreatedUserId": "sample string 5",
"OfferAutoPayDiscountList": [
{
"$id": "3",
"AgentType": "sample string 1",
"AgentNumber": "sample string 2",
"MinAmount": 3.1,
"MaxAmount": 4.1,
"Discount": 5.1,
"DiscType": "sample string 6",
"PG_MinAmount": 7.1,
"PG_MaxAmount": 8.1,
"PG_Discount": 9.1,
"PG_DiscType": "sample string 10"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"OfferAutoPayDiscountUnsignmentList": [
{
"$id": "4",
"AccountNumberType": "sample string 1",
"MerchantOrSafetyCashierNumber": "sample string 2",
"OkCustomerNumber": "sample string 3"
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"FileName": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.