POST api/ContractPlan/postSingle

Request Information

URI Parameters

None.

Body Parameters

AmsContractPlan
NameDescriptionTypeAdditional information
Id

string

None.

PlanNumber

string

None.

ContractId

string

None.

StartDate

date

None.

EndDate

date

None.

PlannedCollection

decimal number

None.

PlannedDate

date

None.

ActualCollection

decimal number

None.

ActualDate

date

None.

CollectionStatus

string

None.

InvoiceStatus

string

None.

CollectionType

string

None.

PlannedDateYear

integer

None.

PlannedDateMonth

integer

None.

ActualDateYear

integer

None.

ActualDateMonth

integer

None.

InvoiceNumber

string

None.

InvoiceType

string

None.

InvoiceRemark

string

None.

TakeEffect

boolean

None.

Remark

string

None.

CreateBy

string

None.

CreateDate

date

None.

ModifyBy

string

None.

ModifyDate

date

None.

LastPlan

boolean

None.

FinalCollection

decimal number

None.

AuditStatus

string

None.

OriginalCollection

decimal number

None.

IdentificationCode

string

None.

OrderStatusCode

string

None.

BankOrderId

string

None.

BankSeqNumber

string

None.

OrderNumber

string

None.

TransferStatusCode

string

None.

CommStatusCode

string

None.

UnitPrice

decimal number

None.

PlanRemark

string

None.

MessageCount

integer

None.

LastMessageSend

date

None.

TransSeqNo

string

None.

IsReceipt

boolean

None.

IsWriteOff

boolean

None.

BankFrontUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "PlanNumber": "sample string 2",
  "ContractId": "sample string 3",
  "StartDate": "2025-05-11T19:17:34.8249209+08:00",
  "EndDate": "2025-05-11T19:17:34.8249209+08:00",
  "PlannedCollection": 6.0,
  "PlannedDate": "2025-05-11T19:17:34.8249209+08:00",
  "ActualCollection": 1.0,
  "ActualDate": "2025-05-11T19:17:34.8249209+08:00",
  "CollectionStatus": "sample string 8",
  "InvoiceStatus": "sample string 9",
  "CollectionType": "sample string 10",
  "PlannedDateYear": 11,
  "PlannedDateMonth": 12,
  "ActualDateYear": 1,
  "ActualDateMonth": 1,
  "InvoiceNumber": "sample string 13",
  "InvoiceType": "sample string 14",
  "InvoiceRemark": "sample string 15",
  "TakeEffect": true,
  "Remark": "sample string 17",
  "CreateBy": "sample string 18",
  "CreateDate": "2025-05-11T19:17:34.8249209+08:00",
  "ModifyBy": "sample string 20",
  "ModifyDate": "2025-05-11T19:17:34.8249209+08:00",
  "LastPlan": true,
  "FinalCollection": 22.0,
  "AuditStatus": "sample string 23",
  "OriginalCollection": 1.0,
  "IdentificationCode": "sample string 24",
  "OrderStatusCode": "sample string 25",
  "BankOrderId": "sample string 26",
  "BankSeqNumber": "sample string 27",
  "OrderNumber": "sample string 28",
  "TransferStatusCode": "sample string 29",
  "CommStatusCode": "sample string 30",
  "UnitPrice": 1.0,
  "PlanRemark": "sample string 31",
  "MessageCount": 1,
  "LastMessageSend": "2025-05-11T19:17:34.8249209+08:00",
  "TransSeqNo": "sample string 32",
  "IsReceipt": true,
  "IsWriteOff": true,
  "BankFrontUrl": "sample string 33"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.