38.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 38-3 POST JSON Response
| Name | Type | Description |
|---|---|---|
msgcode |
STRING |
The API Status code.
|
msgbody |
STRING | Updated User ID and Password Successfully/Updated Token Successfully. |
Table 38-4 Possible Status Codes
| Status Code | Description |
|---|---|
| DIA0008 | Invalid version specified for endpoint. |
| DIA1001 | ERP Settings are not configured in this instance. Please contact your application administrator. |
| DIA1003 | Invalid credentials specified. Please specify values for UserId/Password (Token). |
| DIA1004 | Invalid credentials specified. Unable to authenticate to ERP instance with the credentials specified. |
Response JSON Sample
Success:200
{
"msgcode": "DIA0000",
"msgbody":"Updated User Id and Password Successfully/Updated Token Successfully"
}