| All Verbs | /post_leasing_archive |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | |
| tokensecret | query | string | Yes | |
| query | string | Yes | ||
| idnumber | query | string | No | |
| archive_yn | query | bool | No | |
| list | query | List<ArchiveYnlist> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idnumber | form | string | No | |
| archive_yn | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/oneway/post_leasing_archive HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/csv
Content-Length: length
{"token":"String","tokensecret":"String","email":"String","idnumber":"String","archive_yn":false,"list":[{"idnumber":"String","archive_yn":false}]}