POST api/dispatchplanner/{orgKey}/assigndailylinelabel/{dispatchorderKey}/{dispatchorderlinekey}/{branchdispatchlabelkey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

dispatchorderKey

integer

Required

dispatchorderlinekey

integer

Required

branchdispatchlabelkey

integer

Required

Body Parameters

DispatchOrderDailyLineLabels
NameDescriptionTypeAdditional information
DispatchOrderDailyLineLabelKey

integer

None.

DispatchOrderLine

integer

None.

DispatchOrderKey

integer

None.

DispatchOrderDailyLineLabelDate

date

None.

BranchDispatchLabel

BranchDispatchLabels

None.

Request Formats

application/json, text/json

Sample:
{
  "dispatchOrderDailyLineLabelKey": 1,
  "dispatchOrderLine": 2,
  "dispatchOrderKey": 3,
  "dispatchOrderDailyLineLabelDate": "2026-01-30T01:05:37.2404291+00:00",
  "branchDispatchLabel": {
    "branchDispatchLabelKey": 1,
    "branchKey": 2,
    "branchDispatchLabelColor": "sample string 3",
    "branchDispatchLabelDescription": "sample string 4",
    "branchDispatchLabelCreatedBy": 5,
    "branchDispatchLabelCreateDate": "2026-01-30T01:05:37.2404291+00:00",
    "branchDispatchLabelUpdatedBy": 1,
    "branchDispatchLabelUpdateDate": "2026-01-30T01:05:37.2404291+00:00",
    "status": {
      "statusKey": 64,
      "statusName": "sample string 2"
    }
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-30T01:05:37.2404291+00:00"
}