Error Posting

Report an error

Sample request

A request in the following format should be posted to the URL https://servicesuat.onesingleview.com/v1/api/erp/error.

curl --location --request POST 'https://servicesuat.onesingleview.com/v1/api/erp/error' \
--header 'clientid: Enter_Client_ID' \
--header 'clientsecret: Enter_Client_Secret' \
--header 'signature: Enter_Signature' \
--header 'Content-Type: application/json' \
--data-raw '{
  "apiName": "svGrpCmpService",
  "companyCodes": [
    "Enter_Company_Code","Enter_Company_Code"
  ],
  "errorDescription": "Enter_ERP_Error_Description",
  "errorCode": "Enter_Error_Code",
  "statusCode": "Enter_Status_Code"
}'

Request details:

JSON TagDescriptionData type
clientid
Mandatory
Client IDString
clientsecret
Mandatory
Client CodeString
signature
Mandatory
Signature CodeString
apiName
Mandatory
ARAP Service request tagObject
companyCodes
Mandatory
Unique company codesArray
errorDescription
Mandatory
Error descriptionString
errorCode
Mandatory
Error Code of ERPString
statusCode
Mandatory
Status Code of ERPString

Sample response

{ success: true, message: "error captured successfully" }

Response description:

JSON TagDescriptionData type
successTrue - If processed successfully
False - Unsuccessful processing
String
messageMessage of the processString