POST api/Customer/GetCustomerUnitNumber

Documentation for 'GetCustomerUnitNumber'.

Request Information

Parameters

NameDescriptionAdditional information
objuser
Documentation for 'objuser'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "username": "sample string 2",
  "password": "sample string 3",
  "DeviceId": "sample string 4",
  "FromDevice": 5,
  "CustomerId": 6,
  "Type": "sample string 7",
  "Status": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "Token": "sample string 1",
      "RegistrationId": 2,
      "UnitAddress": "sample string 3",
      "Type": "sample string 4",
      "Reg_No": "sample string 5"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}