POST api/SalesDeliveries/PostCreateMsg?clientHosturl={clientHosturl}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientHosturl

string

Required

Body Parameters

SalesDeliveryVm
NameDescriptionTypeAdditional information
SalesDeliveryId

integer

None.

SalesDeliveryAccountName

string

None.

SalesDeliveryDateTime

string

None.

SalesDeliveryDateTimeValidTill

string

None.

SalesDeliveryAccountDeliveryAddressStreet

string

None.

SalesDeliveryAccountDeliveryAddresscity

string

None.

SalesDeliveryStatus

string

None.

SalesDeliveryTotalValueExVat

string

None.

IsSalesDeliveryOpen

boolean

None.

SalesDeliveryDescription

string

None.

AccountLanguageId

integer

None.

CraneId

integer

None.

SalesDeliveryNumber

string

None.

SalesDeliveryTotalValueInVat

string

None.

Request Formats

application/json, text/json

Sample:
{
  "salesDeliveryId": 1,
  "salesDeliveryAccountName": "sample string 2",
  "salesDeliveryDateTime": "sample string 3",
  "salesDeliveryDateTimeValidTill": "sample string 4",
  "salesDeliveryAccountDeliveryAddressStreet": "sample string 5",
  "salesDeliveryAccountDeliveryAddresscity": "sample string 6",
  "salesDeliveryStatus": "sample string 7",
  "salesDeliveryTotalValueExVat": "sample string 8",
  "isSalesDeliveryOpen": true,
  "salesDeliveryDescription": "sample string 10",
  "accountLanguageId": 1,
  "craneId": 1,
  "salesDeliveryNumber": "sample string 11",
  "salesDeliveryTotalValueInVat": "sample string 12"
}

application/xml, text/xml

Sample:
<SalesDeliveryVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Api.Models.ViewModels">
  <AccountLanguageId>1</AccountLanguageId>
  <CraneId>1</CraneId>
  <IsSalesDeliveryOpen>true</IsSalesDeliveryOpen>
  <SalesDeliveryAccountDeliveryAddressStreet>sample string 5</SalesDeliveryAccountDeliveryAddressStreet>
  <SalesDeliveryAccountDeliveryAddresscity>sample string 6</SalesDeliveryAccountDeliveryAddresscity>
  <SalesDeliveryAccountName>sample string 2</SalesDeliveryAccountName>
  <SalesDeliveryDateTime>sample string 3</SalesDeliveryDateTime>
  <SalesDeliveryDateTimeValidTill>sample string 4</SalesDeliveryDateTimeValidTill>
  <SalesDeliveryDescription>sample string 10</SalesDeliveryDescription>
  <SalesDeliveryId>1</SalesDeliveryId>
  <SalesDeliveryNumber>sample string 11</SalesDeliveryNumber>
  <SalesDeliveryStatus>sample string 7</SalesDeliveryStatus>
  <SalesDeliveryTotalValueExVat>sample string 8</SalesDeliveryTotalValueExVat>
</SalesDeliveryVm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>