POST api/Requester/EditShipper

Request Information

URI Parameters

None.

Body Parameters

ConsigneeShipperModel
NameDescriptionTypeAdditional information
ID

integer

None.

Lang

integer

None.

Name

string

None.

UserID

integer

None.

NameAr

string

None.

NameEn

string

None.

Status

integer

None.

PriceOwnerID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Lang": 1,
  "Name": "sample string 2",
  "UserID": 3,
  "NameAr": "sample string 4",
  "NameEn": "sample string 5",
  "Status": 1,
  "PriceOwnerID": 6
}

application/xml, text/xml

Sample:
<ConsigneeShipperModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ID>1</ID>
  <Lang>1</Lang>
  <Name>sample string 2</Name>
  <NameAr>sample string 4</NameAr>
  <NameEn>sample string 5</NameEn>
  <PriceOwnerID>6</PriceOwnerID>
  <Status>1</Status>
  <UserID>3</UserID>
</ConsigneeShipperModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.