POST clientarea/setorderaspaid

Request Information

URI Parameters

None.

Body Parameters

ClientOrderMessage
NameDescriptionTypeAdditional information
UserId

string

None.

OrderId

integer

None.

OrderRowId

integer

None.

OrderNumber

string

None.

SendTo

string

None.

MessageObject

string

None.

Message

string

None.

Lang

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "OrderId": 2,
  "OrderRowId": 3,
  "OrderNumber": "sample string 4",
  "SendTo": "sample string 5",
  "MessageObject": "sample string 6",
  "Message": "sample string 7",
  "Lang": "sample string 8"
}

text/xml

Sample:
<ClientOrderMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.Api.Models">
  <Lang>sample string 8</Lang>
  <Message>sample string 7</Message>
  <MessageObject>sample string 6</MessageObject>
  <OrderId>2</OrderId>
  <OrderNumber>sample string 4</OrderNumber>
  <OrderRowId>3</OrderRowId>
  <SendTo>sample string 5</SendTo>
  <UserId>sample string 1</UserId>
</ClientOrderMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

text/xml

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