PUT api/CustomerConsigneeMapping

Request Information

URI Parameters

None.

Body Parameters

C_CustomerConsigneeMapping
NameDescriptionTypeAdditional information
Id

integer

None.

ConsigneeName

string

None.

Address1

string

None.

Address2

string

None.

Address3

string

None.

CityId

integer

None.

StateId

integer

None.

CountryId

integer

None.

DistrictId

integer

None.

TalukaId

integer

None.

ZipCode

string

None.

GSTNo

string

None.

CustomerCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ConsigneeName": "sample string 2",
  "Address1": "sample string 3",
  "Address2": "sample string 4",
  "Address3": "sample string 5",
  "CityId": 1,
  "StateId": 1,
  "CountryId": 1,
  "DistrictId": 1,
  "TalukaId": 1,
  "ZipCode": "sample string 6",
  "GSTNo": "sample string 7",
  "CustomerCode": "sample string 8"
}

application/xml, text/xml

Sample:
<C_CustomerConsigneeMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <Address1>sample string 3</Address1>
  <Address2>sample string 4</Address2>
  <Address3>sample string 5</Address3>
  <CityId>1</CityId>
  <ConsigneeName>sample string 2</ConsigneeName>
  <CountryId>1</CountryId>
  <CustomerCode>sample string 8</CustomerCode>
  <DistrictId>1</DistrictId>
  <GSTNo>sample string 7</GSTNo>
  <Id>1</Id>
  <StateId>1</StateId>
  <TalukaId>1</TalukaId>
  <ZipCode>sample string 6</ZipCode>
</C_CustomerConsigneeMapping>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'C_CustomerConsigneeMapping'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.