POST Contract/Add

Request Information

URI Parameters

None.

Body Parameters

ContractManagementInsertRequestDTO
NameDescriptionTypeAdditional information
CustomerNo

string

None.

SigningTime

date

None.

StartTime

date

None.

EndTime

date

None.

FilePath

string

None.

State

integer

None.

Remark

string

None.

CreateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerNo": "sample string 1",
  "SigningTime": "2026-04-13T13:46:41.221598+08:00",
  "StartTime": "2026-04-13T13:46:41.221598+08:00",
  "EndTime": "2026-04-13T13:46:41.221598+08:00",
  "FilePath": "sample string 5",
  "State": 6,
  "Remark": "sample string 7",
  "CreateId": 8
}

application/xml, text/xml

Sample:
<ContractManagementInsertRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO">
  <CreateId>8</CreateId>
  <CustomerNo>sample string 1</CustomerNo>
  <EndTime>2026-04-13T13:46:41.221598+08:00</EndTime>
  <FilePath>sample string 5</FilePath>
  <Remark>sample string 7</Remark>
  <SigningTime>2026-04-13T13:46:41.221598+08:00</SigningTime>
  <StartTime>2026-04-13T13:46:41.221598+08:00</StartTime>
  <State>6</State>
</ContractManagementInsertRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.