POST fact/ddp/PostTrans

Request Information

URI Parameters

None.

Body Parameters

Collection of BillOfString
NameDescriptionTypeAdditional information
INFO

string

None.

DT_BILL

string

None.

CD_BILL

string

None.

DT_WORK

string

None.

TP_BILL

string

None.

DS_BILL

string

None.

DT_TARGET

string

None.

CD_TARGET

string

None.

DS_TARGET

string

None.

CD_CUSTOMER

string

None.

DS_CUSTOMER

string

None.

YN_RFID

boolean

None.

DT_TRANS

string

None.

TEMP0

string

None.

TEMP1

string

None.

TEMP2

string

None.

TEMP3

string

None.

TEMP4

string

None.

TOTAL_QTY

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "INFO": "sample string 1",
    "DT_BILL": "sample string 2",
    "CD_BILL": "sample string 3",
    "DT_WORK": "sample string 4",
    "TP_BILL": "sample string 5",
    "DS_BILL": "sample string 6",
    "DT_TARGET": "sample string 7",
    "CD_TARGET": "sample string 8",
    "DS_TARGET": "sample string 9",
    "CD_CUSTOMER": "sample string 10",
    "DS_CUSTOMER": "sample string 11",
    "YN_RFID": true,
    "DT_TRANS": "sample string 13",
    "TEMP0": "sample string 14",
    "TEMP1": "sample string 15",
    "TEMP2": "sample string 16",
    "TEMP3": "sample string 17",
    "TEMP4": "sample string 18",
    "TOTAL_QTY": 19
  },
  {
    "$ref": "1"
  }
]

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.