POST api/Master/BindTranspoterrMasterMobile?MobileNo={MobileNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MobileNo

string

Required

Body Parameters

None.

Response Information

Resource Description

AddUpdateDeleteResponseOfTranpoterList
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

TranpoterList

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {
    "MobileNo": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "proformaInvoiceNo": 1,
    "PurchaseOrderNo": 1,
    "CustomerTruckDelievryDetailList": [
      {
        "TruckId": 1,
        "MobileNo": "sample string 2",
        "TruckNO": "sample string 3",
        "TruckWeight": 1.0,
        "TrolleyNo": "sample string 4",
        "TrolleyWeight": 1.0,
        "Trolleys": [
          {
            "Id": 1,
            "TruckNO": "sample string 2",
            "TrolleyNo": "sample string 3",
            "TrolleyWeight": 1.0
          },
          {
            "Id": 1,
            "TruckNO": "sample string 2",
            "TrolleyNo": "sample string 3",
            "TrolleyWeight": 1.0
          }
        ]
      },
      {
        "TruckId": 1,
        "MobileNo": "sample string 2",
        "TruckNO": "sample string 3",
        "TruckWeight": 1.0,
        "TrolleyNo": "sample string 4",
        "TrolleyWeight": 1.0,
        "Trolleys": [
          {
            "Id": 1,
            "TruckNO": "sample string 2",
            "TrolleyNo": "sample string 3",
            "TrolleyWeight": 1.0
          },
          {
            "Id": 1,
            "TruckNO": "sample string 2",
            "TrolleyNo": "sample string 3",
            "TrolleyWeight": 1.0
          }
        ]
      }
    ],
    "CompanyName": "sample string 4"
  }
}