Certificate Register PC API.
CR - ePlanning to Certifier API (v1)
Download OpenAPI description
Languages
Servers
https://dpie-apim-prod.redocly.app/
Bodyapplication/jsonrequired
body
It infers the decline reason. One of the below mentioned values must be selected for declineReason 1. InComplete 2. Poor Quality 3. In-sufficient Documentation submitted 4. Payment Not Received 5. Other
Example: "Refer to description for values"
https://dpie-apim-prod.redocly.app/Decline/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-prod.redocly.app/Decline/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'IdempotencyId: string' \
-H 'OrganisationID: string' \
-d '{
"caseStatus": "Complete",
"declineDate": "2019-08-24",
"declineReasons": [
{
"declineReason": "Refer to description for values",
"declineReasonDescription": "string"
}
]
}'https://dpie-apim-prod.redocly.app/ReqAddInfo/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-prod.redocly.app/ReqAddInfo/{CaseID}' \
-H 'Content-Type: */*' \
-H 'IdempotencyId: string' \
-H 'OrganisationID: string' \
-d '[object Object]'Bodyapplication/jsonrequired
body
gives consent that certificate details are correct, payment has been received, relevant checks are done and the certificate has been registered in Council's certificate registration system.
https://dpie-apim-prod.redocly.app/Register/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-prod.redocly.app/Register/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'IdempotencyId: string' \
-H 'OrganisationID: string' \
-d '{
"caseStatus": "Complete",
"ReferenceNumber": "string",
"Comments": "string",
"RegistrationDate": "2019-08-24",
"Declaration": "string",
"Documents": [
{
"documentName": "string",
"documentType": "string",
"uploadedDateTime": "2019-08-24T14:15:22Z",
"documentURL": "http://example.com",
"documentSize": 0,
"updatedBy": "Council"
}
]
}'https://dpie-apim-prod.redocly.app/PaymentAck/{CaseID}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://dpie-apim-prod.redocly.app/PaymentAck/{CaseID}' \
-H 'Content-Type: application/json' \
-H 'IdempotencyId: string' \
-H 'OrganisationID: string' \
-d '{
"transactionReference": "string",
"payerName": "string",
"lGAName": "string",
"amount": 0,
"paymentTransDate": "2019-08-24",
"paymentReference": "P-XXX"
}'