GET Api/SalesDeliveries?companyId={companyId}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

integer

Required

accountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response 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"
  },
  {
    "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:
<ArrayOfSalesDeliveryVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Api.Models.ViewModels">
  <SalesDeliveryVm>
    <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>
  <SalesDeliveryVm>
    <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>
</ArrayOfSalesDeliveryVm>