URL

https://devwebapi.leadmaster.com/api/LMWebAPI/UpdateCustomFields?access_token={access_token}&RECDNO={RECDNO}&QuestionID={QuestionID}&QValue={QValue}

Description

Update Custom Field in leadmaster

HttpMethod

POST

Request Information

Parameters

NameDescriptionAdditional information
access_token
Token required for the authentication.

Define this parameter in the request URI.

RECDNO
No documentation available.

Define this parameter in the request URI.

QuestionID
No documentation available.

Define this parameter in the request URI.

QValue
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "questionIDField": 1,
  "valueField": "sample string 2",
  "recdNoField": 3,
  "childRecordIDField": 4
}

application/xml, text/xml

Sample:
<TypeCustomFormRecordData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.LMService">
  <childRecordIDField>4</childRecordIDField>
  <questionIDField>1</questionIDField>
  <recdNoField>3</recdNoField>
  <valueField>sample string 2</valueField>
</TypeCustomFormRecordData>