Create ResourceAssignmentCodeType

post

/resourceAssignmentCodeType

Creates multiple ResourceAssignmentCodeType objects in the database. You can create up to 1000 ResourceAssignmentCodeType objects with a single call.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of ResourceAssignmentCodeType objects.
Root Schema : List<ResourceAssignmentCodeType>
Type: array
Title: List<ResourceAssignmentCodeType>
Show Source
Nested Schema : ResourceAssignmentCodeType
Type: object
Title: ResourceAssignmentCodeType
ResourceAssignmentCodeType Entity
Show Source
Back to Top

Response

Supported Media Types

201 Response

Resource Created.
Body ()
Root Schema : String
Type: string
Title: String

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top