POST api/settings/savedeliverynote

Request Information

URI Parameters

None.

Body Parameters

DeliveryNoteSettings
NameDescriptionTypeAdditional information
SettingId

integer

None.

UserId

integer

None.

NumberPrefix

string

None.

SerialNumber

integer

None.

ProductHSNDisplay

string

None.

TopMessage

string

None.

BottomMessage

string

None.

SignatureDisplay

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SettingId": 1,
  "UserId": 2,
  "NumberPrefix": "sample string 3",
  "SerialNumber": 4,
  "ProductHSNDisplay": "sample string 5",
  "TopMessage": "sample string 6",
  "BottomMessage": "sample string 7",
  "SignatureDisplay": "sample string 8"
}

application/xml, text/xml

Sample:
<DeliveryNoteSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Quotation.Bo">
  <BottomMessage>sample string 7</BottomMessage>
  <NumberPrefix>sample string 3</NumberPrefix>
  <ProductHSNDisplay>sample string 5</ProductHSNDisplay>
  <SerialNumber>4</SerialNumber>
  <SettingId>1</SettingId>
  <SignatureDisplay>sample string 8</SignatureDisplay>
  <TopMessage>sample string 6</TopMessage>
  <UserId>2</UserId>
</DeliveryNoteSettings>

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.