POST OfferConfiguration/AddOfferConfiguration

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lDto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OfferListingTypeId": "a05837d0-c1b6-44f9-9234-7c8c3bf488e3",
  "CompanyId": "ac0c9341-e9e7-4d8d-8fc4-fb671852f66f",
  "BranchId": "79e40700-1027-450b-89fa-a4219e4051ad",
  "OfferBackendMobileNumberId": "d49cb8b2-a494-4a07-bc54-d4c91c8e335e",
  "CreatedUserId": "sample string 5",
  "OfferConfigurationMobileNumberDetailList": [
    {
      "$id": "2",
      "BranchMobileNumberId": "e089705e-529c-4113-924f-cf6b87cb9608",
      "SenderName": "sample string 1",
      "SenderMobileNumber": "sample string 2",
      "SafetyCashierName": "sample string 3",
      "SafetyCashierMobileNumber": "sample string 4"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

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.