POST OfferAutoPayDiscountDetails/OfferAutoPayDiscountDetailsAdd
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:
{
"Id": "2f57c46e-7056-4cb3-b2f9-053300aca86b",
"CompanyId": "2de60149-3d1e-46b2-bbf5-67a2841a10df",
"BranchId": "8733a189-c590-4383-b4ac-c0880fedb7b1",
"DivisionId": "890afba9-7a30-48dc-896c-118b097a7f29",
"TownshipId": "300556e9-89e0-4a8e-b419-809b1505b4eb",
"CityId": "eee45648-ad6a-4179-ad86-786c4594a9c7",
"DistrictId": "d62f7f1b-b8fd-43d8-81fa-979a90dbe574",
"ProductGroupId": "dd1d4bda-165c-485b-8f2c-522550def3e8",
"AdanceMerchantNumber": "sample string 2",
"OkMobileWalletNumber": "sample string 3",
"CompanyDebitWalletAccPassword": "sample string 4",
"CashBackSetting": 1,
"OfferAutoLoad": 1,
"Status": true,
"CreatedUserId": "sample string 5",
"OfferAutoPayDiscountList": [
{
"$id": "2",
"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": "2"
},
{
"$ref": "2"
}
],
"OfferAutoPayDiscountUnsignmentList": [
{
"$id": "3",
"AccountNumberType": "sample string 1",
"MerchantOrSafetyCashierNumber": "sample string 2",
"OkCustomerNumber": "sample string 3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
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.