POST api/ContractAssignmentRequestStatusUpdate
Request Information
URI Parameters
None.
Body Parameters
TNAAContractRequestStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrderType | string |
None. |
|
| RowId | integer |
None. |
|
| DatePosted | date |
None. |
|
| LastUpdated | date |
None. |
|
| OrderIntegrationKey | string |
None. |
|
| AgencyKey | string |
None. |
|
| ProviderKey | string |
None. |
|
| B4HProviderKey | string |
None. |
|
| ContractAssignmentRequestStatusKey | string |
None. |
|
| AssignmentKey | string |
None. |
|
| DateTimeOfStatusUpdate | date |
None. |
|
| RejectedReasonKey | string |
None. |
|
| RejectedComments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"OrderType": "sample string 2",
"RowId": 3,
"DatePosted": "2025-12-09T21:22:55.1837045-06:00",
"LastUpdated": "2025-12-09T21:22:55.1837045-06:00",
"OrderIntegrationKey": "sample string 6",
"AgencyKey": "sample string 7",
"ProviderKey": "sample string 8",
"B4HProviderKey": "sample string 9",
"ContractAssignmentRequestStatusKey": "sample string 10",
"AssignmentKey": "sample string 11",
"DateTimeOfStatusUpdate": "2025-12-09T21:22:55.1837045-06:00",
"RejectedReasonKey": "sample string 13",
"RejectedComments": "sample string 14"
}
application/xml, text/xml
Sample:
<TNAAContractRequestStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <OrderType>sample string 2</OrderType> <RowId>3</RowId> <DatePosted>2025-12-09T21:22:55.1837045-06:00</DatePosted> <LastUpdated>2025-12-09T21:22:55.1837045-06:00</LastUpdated> <OrderIntegrationKey>sample string 6</OrderIntegrationKey> <AgencyKey>sample string 7</AgencyKey> <ProviderKey>sample string 8</ProviderKey> <B4HProviderKey>sample string 9</B4HProviderKey> <ContractAssignmentRequestStatusKey>sample string 10</ContractAssignmentRequestStatusKey> <AssignmentKey>sample string 11</AssignmentKey> <DateTimeOfStatusUpdate>2025-12-09T21:22:55.1837045-06:00</DateTimeOfStatusUpdate> <RejectedReasonKey>sample string 13</RejectedReasonKey> <RejectedComments>sample string 14</RejectedComments> </TNAAContractRequestStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />