POST api/AssignTimetable/duplicateFormsForDebits?pVisitCode={pVisitCode}&remark={remark}&gnv_AppInv_emplIl_code={gnv_AppInv_emplIl_code}&form_num={form_num}&form_code={form_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pVisitCode

integer

Required

remark

string

Required

gnv_AppInv_emplIl_code

integer

Required

form_num

integer

Required

form_code

integer

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Int32[]'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

None.