Creates a new IDCardRequest
Success
Unauthorized
{- "idCardRequest_Key": 0,
- "as_Of_Date": "2019-08-24T14:15:22Z",
- "cancellation_Reason": "string",
- "card_Record_Status": "str",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "issuance_Type": "str",
- "member_Seq": "st",
- "renewal": true,
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Quantity": 0,
- "request_Status": "string",
- "request_Type": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "idCardRequest_Key": 0,
- "as_Of_Date": "2019-08-24T14:15:22Z",
- "cancellation_Reason": "string",
- "card_Record_Status": "str",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "issuance_Type": "str",
- "member_Seq": "st",
- "renewal": true,
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Quantity": 0,
- "request_Status": "string",
- "request_Type": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all IDCardRequest
Success
Unauthorized
Updates a specific IDCardRequest.
Success
Unauthorized
{- "idCardRequest_Key": 0,
- "as_Of_Date": "2019-08-24T14:15:22Z",
- "cancellation_Reason": "string",
- "card_Record_Status": "str",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "issuance_Type": "str",
- "member_Seq": "st",
- "renewal": true,
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Quantity": 0,
- "request_Status": "string",
- "request_Type": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "idCardRequest_Key": 0,
- "as_Of_Date": "2019-08-24T14:15:22Z",
- "cancellation_Reason": "string",
- "card_Record_Status": "str",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "issuance_Type": "str",
- "member_Seq": "st",
- "renewal": true,
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Quantity": 0,
- "request_Status": "string",
- "request_Type": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple IDCardRequest at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "idCardRequest_Key": 0,
- "as_Of_Date": "2019-08-24T14:15:22Z",
- "cancellation_Reason": "string",
- "card_Record_Status": "str",
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_ID": "string",
- "issuance_Type": "str",
- "member_Seq": "st",
- "renewal": true,
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Quantity": 0,
- "request_Status": "string",
- "request_Type": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}