Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.62 KB

File metadata and controls

11 lines (8 loc) · 2.62 KB

BatchResultApiModel

Fields

Field Type Required Description Example
StatusCode double N/A 202
Message string N/A Batch operation accepted
Timestamp DateTime N/A 2021-01-01T01:01:01.000Z
Errors List<List<string>> N/A [
[
"Missing field: name"
],
[],
[]
]