Invoice - Single with signature
GET /invoices/v2/{bucket}/{invoice_type}/{uid}/{signature}
A single master invoice or statement record containing the details of the invoice, client config data and payment details
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The bucket (client) name
Example
exampleThe type of invoice
Example
orderUsually the final element in the URI, an alphanumeric unique identifier
Example
6305f074683e800f3abe809eAn alphanumeric string that is used to verify the request
Example
6305fResponses
Section titled “ Responses ”Invoice record
object
URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/object
A list of address lines
Example
[ "1 High Street", "Oxford", "Oxfordshire", "OX1 1AA"]Example
bob@example.comA locality, usually a town or city
Example
OxfordA postal code or ZIP code
Example
SW1A 1AAA region, usually a county or state
Example
OxfordshireA telephone number, country code prefix is optional
Example
01234 567890URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/object
A list of address lines
Example
[ "1 High Street", "Oxford", "Oxfordshire", "OX1 1AA"]A three letter currency code (lower case)
Example
gbpA fully qualified URL including the protocol e.g. https
Example
https://s3-eu-west-1.amazonaws.com/sheepcrm/example/vehicle/63ceaeacd403a64149a3de0c/photo/mycar.jpgURIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/A date in the format YYYY-MM-DD
Example
2020-01-01A three letter currency code (lower case)
Example
gbpURIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/object
A three letter currency code (lower case)
Example
gbpThe name of the item being purchased
The price of a single item in the currency specified
URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/The tax category for the line item
Example
standardThe tax rate as a float (e.g. 0.2 for 20%)
object
A fully qualified URL including the protocol e.g. https
Example
https://s3-eu-west-1.amazonaws.com/sheepcrm/example/vehicle/63ceaeacd403a64149a3de0c/photo/mycar.jpgURIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/An alphanumeric string that is used to verify the request
Example
6305fURIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/A fully qualified URL including the protocol e.g. https
Example
https://s3-eu-west-1.amazonaws.com/sheepcrm/example/vehicle/63ceaeacd403a64149a3de0c/photo/mycar.jpgBad request, see the error field for details
Unauthorized is the status code to return when the client provides no credentials or invalid credentials.
Forbidden is the status code to return when a client has valid credentials but not enough privileges to perform an action on a resource.
Not found
An error occurred within sheepCRM, please report to support@sheepcrm.com