POST Order/InsertAccountingTransfer

Request Information

URI Parameters

None.

Body Parameters

AccountingTransferInsertRequestModel
NameDescriptionTypeAdditional information
OrderCreditMemoRefundId

integer

None.

PaymentId

integer

None.

OrderId

integer

None.

BillId

integer

None.

UserId

integer

None.

ResultCode

integer

None.

ResultMessage

string

None.

IsTransfered

integer

None.

TransferTypeId

integer

None.

RefNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderCreditMemoRefundId": 1,
  "PaymentId": 2,
  "OrderId": 3,
  "BillId": 4,
  "UserId": 5,
  "ResultCode": 1,
  "ResultMessage": "sample string 6",
  "IsTransfered": 7,
  "TransferTypeId": 8,
  "RefNumber": "sample string 9"
}

application/xml, text/xml

Sample:
<AccountingTransferInsertRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model.Order">
  <BillId>4</BillId>
  <IsTransfered>7</IsTransfered>
  <OrderCreditMemoRefundId>1</OrderCreditMemoRefundId>
  <OrderId>3</OrderId>
  <PaymentId>2</PaymentId>
  <RefNumber>sample string 9</RefNumber>
  <ResultCode>1</ResultCode>
  <ResultMessage>sample string 6</ResultMessage>
  <TransferTypeId>8</TransferTypeId>
  <UserId>5</UserId>
</AccountingTransferInsertRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccountingTransferInsertRequestModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />