Create, Update, or Delete States of a Country

post

/api/CXIPlatformService/{version}/CXIReferenceEntity/country/{id}/child/state

Create, update or delete one ore more State records of a Country.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : stateRequest
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : state
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

The resource was updated successfully.
Body ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : state
Type: object
Show Source
Examples

204 Response

The resource was updated successfully, but a failure in returning the updated resource back

400 Response

An error is encountered due to an invalid request
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

An internal server error is encountered, due to an unknown reason
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top