...
Code | Meaning | Returned When |
---|---|---|
201 | Created | A new instance of the resource was created successfully within /{resources_as_a_plural_noun}. |
400 | Bad Request | The resource could not be created because the data sent in the entity body of the request was bad, as determined by the service. |
403 | Not Authorized | The resource could not be created because the client submitting the request was not authorized to create new resources in this container. |
409 | Conflict | The resource could not be created because the submitted data would create a duplicate (non-unique) resource, as determined by the service. |
500 | Internal Server Error | A service error prevented the resource from being created. |
...