# Proof Of Delivery ## Endpoint Production URL : https://sct-tracking-data-api.services.simacan.com/api/v1/proofofdelivery Staging URL : https://sct-tracking-data-api-stg.services.simacan.com/api/v1/proofofdelivery A proof of delivery can be sent to this endpoint. For example that the package is delivered, or the package is delivered at the neighbours. The format should be strict to the [XML Schema Definition](#xml-schema-definition) ### Responses | Key | Description | | --- | --- | | 200 | Ok | | 204 | *No Content* Indicates that your request was successful. However we will not be sending you any data | | 400 | *Bad Request* You will receive this status, when the data you’ve delivered is not in the correct XML format. You will see an entity describing what went wrong | | 401 | *Unauthorized* Whenever you will get a 401 status, you have either provided the wrong credentials or none at all. Check if you bearer token has not expired | | 403 | *Forbidden* You will receive this status, when you successfully supplied credentials, but your username does not have the necessary permissions for the resource | | 404 | *Not Found* Whenever you will get a 404, you are probably using a malformed or incorrect URL | ## XML Schema Definition ```xml ```