Response Statuses

A non-paginated representation of the new resource will be returned in the body of the HTTP response in the desired format.

200 – Ok

A lookup was done and it was determined that the resource already exists. No new resource was created. Instead, the body of the response contains a representation of the existing resource. This is only applicable to certain entities.

  • 201 - Created

The resource was successfully created.

  • 400 - Bad Request

The request was invalid. This could be due to data validation failures, permission errors, or other missing requirements of the operation.