Create Authorization
Last updated
Was this helpful?
Last updated
Was this helpful?
POST /public/v1/catalog/authorizations HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 230
{
"name": "text",
"externalIds": {
"operations": "text"
},
"currency": "text",
"notes": "text",
"product": {
"id": "text"
},
"owner": {
"id": "text"
},
"journal": {
"firstInvoiceDate": "text",
"frequency": "1m"
},
"eligibility": {
"client": true,
"partner": true
}
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-05-16T05:41:01.275Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-16T05:41:01.275Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"externalIds": {
"operations": "text"
},
"currency": "text",
"notes": "text",
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
},
"vendor": {
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"owner": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text",
"erpLink": {
"id": "text",
"audit": {
"created": {
"at": "2025-05-16T05:41:01.275Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-16T05:41:01.275Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"blocked": {
"at": "2025-05-16T05:41:01.275Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"unblocked": {
"at": "2025-05-16T05:41:01.275Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"buyer": {
"id": "text",
"icon": "text",
"name": "text"
},
"seller": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text",
"erpLink": "[Circular Reference]"
},
"name": "text",
"status": "Active",
"note": "text",
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
}
}
},
"statistics": {
"subscriptions": 1,
"agreements": 1,
"sellers": 1,
"listings": 1
},
"journal": {
"firstInvoiceDate": "2025-05-16T05:41:01.275Z",
"frequency": "1m"
},
"eligibility": {
"client": true,
"partner": true
}
}