PortalAdmin.WebAPI

<back to all web services

admin.invoices.customfields.update

Update custom fields for selected client. Admin can set hidden and readonly field type values

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/admin.invoices.customfields.update HTTP/1.1 
Host: pbxlogin.co.za 
Content-Type: application/json
Content-Length: length

{"clientId":0,"clientType":0,"item":{"fields":[{"fieldType":"TextBox", "name":"String", "label":"String", "hidden":false,"readOnly":false,"fieldValue":"String", "numericMin":0,"numericMax":0,"comboxBoxItems":[{"text":"String", "value":"String"}],"maxTextLenght":0}]}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"item":{"fields":[{"fieldType":"TextBox", "name":"String", "label":"String", "hidden":false,"readOnly":false,"fieldValue":"String", "numericMin":0,"numericMax":0,"comboxBoxItems":[{"text":"String", "value":"String"}],"maxTextLenght":0}]},"responseStatus":{"errorCode":"String", "message":"String", "stackTrace":"String", "errors":[{"errorCode":"String", "fieldName":"String", "message":"String"}]}}