| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | Yes | |
| AppUserId | form | long | Yes | |
| Approved | form | bool | No | |
| IdentificationNumber | form | string | No | |
| PassportNumber | form | string | No | |
| Address | form | string | No | |
| Latitude | form | double | No | |
| Longitude | form | double | No | |
| Age | form | int | No | |
| EthnicGroup | form | string | No | |
| Gender | form | string | No | |
| IsDisabled | form | bool | No | |
| DocumentUrl | form | string | No | |
| ApplicationDate | form | DateTime | No | |
| ApprovalDate | form | DateTime | No | |
| IsZoneMain | form | bool | No | |
| PublicAccessGuid | form | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | Yes | |
| AppUserId | form | long | Yes | |
| Approved | form | bool | No | |
| IdentificationNumber | form | string | No | |
| PassportNumber | form | string | No | |
| Address | form | string | No | |
| Latitude | form | double | No | |
| Longitude | form | double | No | |
| Age | form | int | No | |
| EthnicGroup | form | string | No | |
| Gender | form | string | No | |
| IsDisabled | form | bool | No | |
| DocumentUrl | form | string | No | |
| ApplicationDate | form | DateTime | No | |
| ApprovalDate | form | DateTime | No | |
| IsZoneMain | form | bool | No | |
| PublicAccessGuid | form | Guid | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsonl/reply/UsersDetailsAutoQueryEdit HTTP/1.1
Host: api-stage.smartfarmertech.com
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"id":0,"appUserId":0,"approved":false,"identificationNumber":"String","passportNumber":"String","address":"String","latitude":0,"longitude":0,"age":0,"ethnicGroup":"String","gender":"String","isDisabled":false,"documentUrl":"String","applicationDate":"\/Date(-62135596800000-0000)\/","approvalDate":"\/Date(-62135596800000-0000)\/","isZoneMain":false,"publicAccessGuid":"00000000000000000000000000000000"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"id":0,"appUserId":0,"approved":false,"identificationNumber":"String","passportNumber":"String","address":"String","latitude":0,"longitude":0,"age":0,"ethnicGroup":"String","gender":"String","isDisabled":false,"documentUrl":"String","applicationDate":"\/Date(-62135596800000-0000)\/","approvalDate":"\/Date(-62135596800000-0000)\/","isZoneMain":false,"publicAccessGuid":"00000000000000000000000000000000"}