POST EPCGImportFollowUp/EditEPCGImportFollowUp

Request Information

URI Parameters

None.

Body Parameters

EPCGImportFollowUpModel
NameDescriptionTypeAdditional information
ID

integer

None.

EPCGImportID

integer

None.

FollowUpTypeID

integer

None.

Remarks

string

None.

CompanyID

integer

None.

EPCGJobNo

string

None.

JKGRefNo

string

None.

lastFollowUp

string

None.

nextFollowUp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "EPCGImportID": 1,
  "FollowUpTypeID": 1,
  "Remarks": "sample string 2",
  "CompanyID": 1,
  "EPCGJobNo": "sample string 3",
  "JKGRefNo": "sample string 4",
  "lastFollowUp": "sample string 5",
  "nextFollowUp": "sample string 6"
}

application/xml, text/xml

Sample:
<EPCGImportFollowUpModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JKG.Models.Models">
  <CompanyID>1</CompanyID>
  <EPCGImportID>1</EPCGImportID>
  <EPCGJobNo>sample string 3</EPCGJobNo>
  <FollowUpTypeID>1</FollowUpTypeID>
  <ID>1</ID>
  <JKGRefNo>sample string 4</JKGRefNo>
  <Remarks>sample string 2</Remarks>
  <lastFollowUp>sample string 5</lastFollowUp>
  <nextFollowUp>sample string 6</nextFollowUp>
</EPCGImportFollowUpModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.