corporate-assignment-requests
Operations addressed under /corporate-assignment-requests — 5 operations.
get-corporate-assignment-request-decision-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CorporateAssignmentRequestDecisionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentRequestId | Guid | no |
DecisionSourceType | int? | yes |
RequestPayload | JsonNode | no |
ResponsePayload | JsonNode | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_65 | 400 | CORPORATE_ASSIGNMENT_REQUEST_NOT_FOUND | Corporate assignment request not found. Request ID: {0}. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-corporate-assignment-request-decision-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-corporate-assignment-request-decision
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_65 | 400 | CORPORATE_ASSIGNMENT_REQUEST_NOT_FOUND | Corporate assignment request not found. Request ID: {0}. |
path Parameters
idcreate-corporate-assignment-request-decision › Request Body
decisionSourceTyperequestPayloadresponsePayloadcreate-corporate-assignment-request-decision › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-corporate-assignment-request-decision-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CorporateAssignmentRequestDecisionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CorporateAssignmentRequestId | Guid | no |
DecisionSourceType | int? | yes |
RequestPayload | JsonNode | no |
ResponsePayload | JsonNode | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_65 | 400 | CORPORATE_ASSIGNMENT_REQUEST_NOT_FOUND | Corporate assignment request not found. Request ID: {0}. |
ERR_ALLTMNT_78 | 400 | CORPORATE_ASSIGNMENT_REQUEST_DECISION_NOT_FOUND | not published in this snapshot |
path Parameters
iddecisionIdget-corporate-assignment-request-decision-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-corporate-assignment-request-process-status
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_65 | 400 | CORPORATE_ASSIGNMENT_REQUEST_NOT_FOUND | Corporate assignment request not found. Request ID: {0}. |
path Parameters
idupdate-corporate-assignment-request-process-status › Request Body
processStatusupdate-corporate-assignment-request-process-status › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
update-corporate-assignment-request-status
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_65 | 400 | CORPORATE_ASSIGNMENT_REQUEST_NOT_FOUND | Corporate assignment request not found. Request ID: {0}. |
path Parameters
idupdate-corporate-assignment-request-status › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.