Update Field Mapping

Endpoint Name: URL/klearstack/updatemappingdataapi

Request type : POST

Authorization: Bearer token as header

Endpoint Details: The updatemappingdataapi endpoint will be used to update enable / disable fields or update the settings of fields.

Method

URL

POST

URL/klearstack/updatemappingdataapi

Request Body

Params

Values

Description

company_name

string

Name of the company for which the user is logging in

username

string

User Name

collection_name

string

Document Type

data

[{

"documentTypeDetails": {

"invoices": {

"fields": {

"doc_number_value": {

"label": "Invoice Number",

"required": true,

"visibility": true

}

}

}

}

}]

API Response

Status code

Example Response

200

Request Submitted Successfully

Last updated