Register a new series with the AT for the supplier.
post/apps/at-pt/v1/entry/{silo_entry_id}/series
Path parameters
silo_entry_idstring required
Silo entry ID of the supplier to register the series for.
Example:347c5b04-cde2-11ed-afa1-0242ac120002
Silo entry ID of the supplier to register the series for.
Request body
Example request
{
"base": "SERIES-A",
"document_type": "FT",
"type": "N"
}Response
Series registered successfully.
Example response
{
"id": "1d8ab49a-bd14-11ef-925f-325096b39f47",
"code": "FT SERIES-A",
"base": "SERIES-A",
"document_type": "FT",
"type": "N",
"validation_code": "AAJFJ3N5YS"
}