POST api/DeliveryBoyAreaAccess/AddDeliveryBoyAreaAccess

Request Information

URI Parameters

None.

Body Parameters

DeliveryBoyAreaAccess
NameDescriptionTypeAdditional information
Id

integer

None.

AreaId

integer

None.

DeliveryBoyId

integer

None.

UpdatedBy

string

None.

UpdatedDate

string

None.

BoyName

string

None.

AreaName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AreaId": 2,
  "DeliveryBoyId": 3,
  "UpdatedBy": "sample string 4",
  "UpdatedDate": "sample string 5",
  "BoyName": "sample string 6",
  "AreaName": "sample string 7"
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"AreaId":2,"DeliveryBoyId":3,"UpdatedBy":"sample string 4","UpdatedDate":"sample string 5","BoyName":"sample string 6","AreaName":"sample string 7"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.