POST OfferBlockNumber/UploadExcel
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OfferBlockDetailsList": [
{
"$id": "2",
"Id": "sample string 1",
"CompanyId": "sample string 2",
"CompanyName": "sample string 3",
"OfferDetailsId": "sample string 4",
"OfferCode": "sample string 5",
"BlockStartDateTime": "2026-04-10T15:53:35.4269391+06:30",
"BlockEndDateTime": "2026-04-10T15:53:35.4269391+06:30",
"MediaTypeId": 8,
"MediaTypeName": "sample string 9",
"CreatedUserId": "sample string 10",
"IsActive": true,
"OfferBlockType": "sample string 12",
"BranchId": "sample string 13",
"AccountNumbers": [
{
"$id": "3",
"OfferBlockCustomerNumber": "sample string 1",
"AccountName": "sample string 2",
"AccountType": "sample string 3",
"Operator": "sample string 4",
"BranchMobileNumber": "sample string 5",
"BranchName": "sample string 6"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"UserId": "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.