Ebol Create Many Ep
POST/v1/ebol/create_many
EBol Create Many
Required Scopes (ia.w)
Request
Request is a list of the following objects.
source_system: str
Sending system. Used to map reference data.
bol_number: str
Number associated with bol.
date: datetime
Date associated with bol.
terminal_id: str
Terminal ID from the source system.
supplier_id: str
Supplier ID from the source system.
details: list[EBolDetail]
The list of details associated with bol.
Show Child Attributes
product_id: str
Product ID from the source system.
load_number: str | None = None
Load number for the bol detail.
gross_volume: float
Gross volume for the bol detail.
net_volume: float
Net volume for the bol detail.
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Example (from schema)
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...