POST api/Svea/SellOrder

Request Information

URI Parameters

None.

Body Parameters

SveaSellOrderViewModel
NameDescriptionTypeAdditional information
AuthenticationCode

string

None.

InvoiceId

integer

None.

LanguageId

integer

None.

OfferId

string

None.

DeliveryOption

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthenticationCode": "sample string 1",
  "InvoiceId": 2,
  "LanguageId": 3,
  "OfferId": "sample string 4",
  "DeliveryOption": "sample string 5"
}

text/html

Sample:
{"AuthenticationCode":"sample string 1","InvoiceId":2,"LanguageId":3,"OfferId":"sample string 4","DeliveryOption":"sample string 5"}

application/xml, text/xml

Sample:
<SveaSellOrderViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel">
  <AuthenticationCode>sample string 1</AuthenticationCode>
  <DeliveryOption>sample string 5</DeliveryOption>
  <InvoiceId>2</InvoiceId>
  <LanguageId>3</LanguageId>
  <OfferId>sample string 4</OfferId>
</SveaSellOrderViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.