POST api/ContractNote

Request Information

URI Parameters

None.

Body Parameters

Collection of UpNote
NameDescriptionTypeAdditional information
CTRTMID

integer

None.

PROID

integer

None.

CUSTID

integer

None.

CMPID

integer

None.

DESCT

string

None.

username

string

None.

NOTEDATE

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CTRTMID": 1,
    "PROID": 2,
    "CUSTID": 3,
    "CMPID": 4,
    "DESCT": "sample string 5",
    "username": "sample string 6",
    "NOTEDATE": "2025-07-01T00:09:09.9221854+07:00"
  },
  {
    "CTRTMID": 1,
    "PROID": 2,
    "CUSTID": 3,
    "CMPID": 4,
    "DESCT": "sample string 5",
    "username": "sample string 6",
    "NOTEDATE": "2025-07-01T00:09:09.9221854+07:00"
  }
]

Response Information

Resource Description

ReturnModel
NameDescriptionTypeAdditional information
returnvalue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "returnvalue": 1
}