PUT api/CaseSys/FA_AdvanceAndRegain/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

FA_AdvanceAndRegain
NameDescriptionTypeAdditional information
ARID

integer

None.

CaseID

integer

None.

ProjectID

integer

None.

Party

string

None.

Handler

integer

None.

IdentificationDate

date

None.

Remarks

string

None.

Del

boolean

None.

AdvanceID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ARID": 1,
  "CaseID": 2,
  "ProjectID": 3,
  "Party": "sample string 4",
  "Handler": 5,
  "IdentificationDate": "2024-11-21T18:05:48.176343+08:00",
  "Remarks": "sample string 6",
  "Del": true,
  "AdvanceID": 1
}

application/xml, text/xml

Sample:
<FA_AdvanceAndRegain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data">
  <ARID>1</ARID>
  <AdvanceID>1</AdvanceID>
  <CaseID>2</CaseID>
  <Del>true</Del>
  <Handler>5</Handler>
  <IdentificationDate>2024-11-21T18:05:48.176343+08:00</IdentificationDate>
  <Party>sample string 4</Party>
  <ProjectID>3</ProjectID>
  <Remarks>sample string 6</Remarks>
</FA_AdvanceAndRegain>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.