PUT api/KycUserTransLog?VOCTYPE={VOCTYPE}&BRANCH_CODE={BRANCH_CODE}&YEARMONTH={YEARMONTH}&VOCNO={VOCNO}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VOCTYPE

string

Required

BRANCH_CODE

string

Required

YEARMONTH

string

Required

VOCNO

string

Required

Body Parameters

KycUserTransLog
NameDescriptionTypeAdditional information
MID

integer

Required

USERNAME

string

Max length: 20

AUTHORISEDUSER

string

Max length: 20

PARTYCODE

string

Max length: 6

ENTRYDATETIME

date

Required

VOCTYPE

string

Max length: 3

VOCNO

decimal number

None.

BRANCHCODE

string

Max length: 6

YEARMONTH

string

Max length: 12

KYC_MESSAGE

string

Max length: 1000

Request Formats

application/json, text/json

Sample:
{
  "MID": 1,
  "USERNAME": "sample string 2",
  "AUTHORISEDUSER": "sample string 3",
  "PARTYCODE": "sample string 4",
  "ENTRYDATETIME": "2025-12-16T07:35:04.9675096+04:00",
  "VOCTYPE": "sample string 6",
  "VOCNO": 7.1,
  "BRANCHCODE": "sample string 8",
  "YEARMONTH": "sample string 9",
  "KYC_MESSAGE": "sample string 10"
}

text/html

Sample:
{"MID":1,"USERNAME":"sample string 2","AUTHORISEDUSER":"sample string 3","PARTYCODE":"sample string 4","ENTRYDATETIME":"2025-12-16T07:35:04.9675096+04:00","VOCTYPE":"sample string 6","VOCNO":7.1,"BRANCHCODE":"sample string 8","YEARMONTH":"sample string 9","KYC_MESSAGE":"sample string 10"}

application/xml, text/xml

Sample:
<KycUserTransLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.General">
  <AUTHORISEDUSER>sample string 3</AUTHORISEDUSER>
  <BRANCHCODE>sample string 8</BRANCHCODE>
  <ENTRYDATETIME>2025-12-16T07:35:04.9675096+04:00</ENTRYDATETIME>
  <KYC_MESSAGE>sample string 10</KYC_MESSAGE>
  <MID>1</MID>
  <PARTYCODE>sample string 4</PARTYCODE>
  <USERNAME>sample string 2</USERNAME>
  <VOCNO>7.1</VOCNO>
  <VOCTYPE>sample string 6</VOCTYPE>
  <YEARMONTH>sample string 9</YEARMONTH>
</KycUserTransLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />