POST V3/saveSchemeZoho/{Zohoid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Zohoid | string |
Required |
Body Parameters
ZohoSCHParam| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ZohoSCHfieldParam |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"SH_active": 1,
"SH_app": "sample string 2",
"SH_code": "sample string 3",
"SH_descT": "sample string 4",
"SH_descE": "sample string 5",
"SH_collection": "sample string 6",
"SH_editDate": "2026-02-04T09:48:56.8531704+07:00"
}
}
application/xml, text/xml
Sample:
<ZohoSCHParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models">
<data>
<SH_active>1</SH_active>
<SH_app>sample string 2</SH_app>
<SH_code>sample string 3</SH_code>
<SH_collection>sample string 6</SH_collection>
<SH_descE>sample string 5</SH_descE>
<SH_descT>sample string 4</SH_descT>
<SH_editDate>2026-02-04T09:48:56.8531704+07:00</SH_editDate>
</data>
</ZohoSCHParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.