POST CompanyDetails/UploadExcel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyDetailsList": [
    {
      "$id": "2",
      "Type": "sample string 1",
      "CompanyName": "sample string 2",
      "CompanyBName": "sample string 3",
      "CompanyDescription": "sample string 4",
      "CompanyImageUrl": "sample string 5",
      "CompanyFor": "sample string 6",
      "UserId": "sample string 7",
      "CompanyId": "a0bf1260-cda4-4a51-a8d5-934c87b6e1eb",
      "BackendMobileNumber": "sample string 9",
      "BackendMobileNumberPassword": "sample string 10",
      "OfferBackendNumberId": "22accd07-e92a-427c-bb2a-516268c058df",
      "MobileNumberAndPasswordList": [
        {
          "$id": "3",
          "BackendMobileNumber": "sample string 1",
          "BackendMobileNumberPassword": "sample string 2"
        },
        {
          "$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.