curl --request POST \
--url https://api.upwell.com/api/rest/document_reference_specifications \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"createdAt": "<unknown>",
"customer": {},
"customerId": "<string>",
"formatRegex": "<string>",
"id": "<string>",
"name": "<string>",
"nameRegex": "<string>",
"tenant": {},
"tenantId": "<string>",
"updatedAt": "<unknown>"
}
}
'{
"createDocumentReferenceSpecification": {
"createdAt": "<unknown>",
"customerId": "<string>",
"formatRegex": "<string>",
"id": "<string>",
"name": "<string>",
"nameRegex": "<string>",
"tenantId": "<string>",
"updatedAt": "<unknown>"
}
}Create a new document reference specification
curl --request POST \
--url https://api.upwell.com/api/rest/document_reference_specifications \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"createdAt": "<unknown>",
"customer": {},
"customerId": "<string>",
"formatRegex": "<string>",
"id": "<string>",
"name": "<string>",
"nameRegex": "<string>",
"tenant": {},
"tenantId": "<string>",
"updatedAt": "<unknown>"
}
}
'{
"createDocumentReferenceSpecification": {
"createdAt": "<unknown>",
"customerId": "<string>",
"formatRegex": "<string>",
"id": "<string>",
"name": "<string>",
"nameRegex": "<string>",
"tenantId": "<string>",
"updatedAt": "<unknown>"
}
}Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
Query parameters can also be provided in the request body as a JSON object
input type for inserting data into table "document_reference_specifications"
Show child attributes
Responses for POST /api/rest/document_reference_specifications
columns and relationships of "document_reference_specifications"
Show child attributes