Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.74 KB

File metadata and controls

11 lines (8 loc) · 2.74 KB

BatchResultApiModel

Fields

Field Type Required Description Example
statusCode JsonNullable<Double> N/A 202
message JsonNullable<String> N/A Batch operation accepted
timestamp OffsetDateTime N/A 2021-01-01T01:01:01.000Z
errors List<List\<String>> N/A [
[
"Missing field: name"
],
[],
[]
]