POST CompanyDetails/SaveUploadExcel

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": "44b16da0-2245-448a-8d7e-65c0a6a04f5d",
      "BackendMobileNumber": "sample string 9",
      "BackendMobileNumberPassword": "sample string 10",
      "OfferBackendNumberId": "6ac63a0c-dd0f-4cb3-ad1a-53a99e5da042",
      "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.