POST api/DeliveryBoyDeliveryInfo/AddDeliveryBoyDeliveryInfo

Request Information

URI Parameters

None.

Body Parameters

DeliveryBoyDeliveryInfo
NameDescriptionTypeAdditional information
Id

integer

None.

Month

integer

None.

Year

integer

None.

Day

integer

None.

CustomerId

integer

None.

DeliveryBoyId

integer

None.

ProductId

integer

None.

SizeId

integer

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Month": 2,
  "Year": 3,
  "Day": 4,
  "CustomerId": 5,
  "DeliveryBoyId": 6,
  "ProductId": 7,
  "SizeId": 8,
  "Status": "sample string 9"
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"Month":2,"Year":3,"Day":4,"CustomerId":5,"DeliveryBoyId":6,"ProductId":7,"SizeId":8,"Status":"sample string 9"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, application/octet-stream

Sample:
"sample string 1"