user
POST user/create
URL: https://api.expresstrucktax.com/V1.2/user/create
Request
Name | Type | Description | Condition |
---|---|---|---|
UserDetails | APIUser |
Request Formats
application/json, text/json
Sample:
{ "UserDetails": { "Email": null, "ContactName": null, "IsETTUser": true, "Phone": null } }
Response
Name | Type | Description |
---|---|---|
StatusCode | integer | |
StatusName | string | |
StatusMessage | string | |
UserToken | string | |
Errors | Collection of Error |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 200, "StatusName": null, "StatusMessage": null, "UserToken": null, "Errors": [ { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" }, { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" } ] }
user
POST user/create
URL: https://api.expresstrucktax.com/V1.2/user/create
Request
Name | Type | Description | Condition |
---|---|---|---|
UserDetails | APIUser |
Request Formats
application/json, text/json
Sample:
{ "UserDetails": { "Email": null, "ContactName": null, "IsETTUser": true, "Phone": null } }
Response
Name | Type | Description |
---|---|---|
StatusCode | integer | |
StatusName | string | |
StatusMessage | string | |
UserToken | string | |
Errors | Collection of Error |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 200, "StatusName": null, "StatusMessage": null, "UserToken": null, "Errors": [ { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" }, { "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" } ] }