POST | /bootaudits/create/no-bootrecord | Creates a new Boot Audit from field ops. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Username | body | string | No | The BootView Username. |
Boot_Serial | body | string | No | The Boot Serial Number. |
Page_Location | body | string | No | The page the code was shown on. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Successful | form | bool | No | |
Error | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /bootaudits/create/no-bootrecord HTTP/1.1
Host: api.paylock.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"username":"String","boot_Serial":"String","page_Location":"String"}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"successful":false,"error":"String"}