POST fact/invoice/PostTrans

Request Information

URI Parameters

None.

Body Parameters

Collection of InvoiceMaster
NameDescriptionTypeAdditional information
SYS_ID

string

None.

IV_NO

string

None.

IV_DATE

string

None.

CD_IV_GROUPNO

string

None.

DT_WORK

string

None.

YN_CLOSE

string

None.

YN_ERP_SEND

string

None.

DETAILS

Collection of InvoiceDetail

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "SYS_ID": "sample string 1",
    "IV_NO": "sample string 2",
    "IV_DATE": "sample string 3",
    "CD_IV_GROUPNO": "sample string 4",
    "DT_WORK": "sample string 5",
    "YN_CLOSE": "sample string 6",
    "YN_ERP_SEND": "sample string 7",
    "DETAILS": [
      {
        "$id": "2",
        "DT_PREENT": "sample string 1",
        "CD_PREENTBILL": "sample string 2"
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$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.