POST api/RequestForInformationD2I/PostData
Request Information
URI Parameters
None.
Body Parameters
RequestForInformationD2IModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TSFILE_NUMBER | integer |
None. |
|
CACS_AGENCY_ID | string |
None. |
|
LOCATION_CODE | string |
None. |
|
ACCT_NUM | string |
None. |
|
CDS_SEGMENT_ID | string |
None. |
|
TRANSACTION_DATE | date |
None. |
|
ITA_PROCESSING_FLAG | string |
None. |
|
FUNCTION_CODE | string |
None. |
|
REQUEST_DATE | string |
None. |
|
Agency_ID | string |
None. |
|
CONTRACT_IND | string |
None. |
|
CREDIT_APPLICATION_IND | string |
None. |
|
PAY_HISTORY_IND | string |
None. |
|
INTENT_TO_SALE_LTR_IND | string |
None. |
|
SALE_LETTER_RAS_IND | string |
None. |
|
TITLE_LIEN_RELEASE_IND | string |
None. |
|
DATE_ESTATE_CLAIM_FILED | date |
None. |
|
EXTEND_PLACEMENT_REASON | string |
None. |
|
AGENCY_NOTES_1 | string |
None. |
|
AGENCY_NOTES_2 | string |
None. |
|
AGENCY_NOTES_3 | string |
None. |
|
AGENCY_NOTES_4 | string |
None. |
|
AGENCY_NOTES_5 | string |
None. |
|
AGENCY_NOTES_6 | string |
None. |
|
AGENCY_NOTES_7 | string |
None. |
|
AGENCY_NOTES_8 | string |
None. |
|
CREATED_ON | date |
None. |
|
CREATED_BY | integer |
None. |
|
UPDATED_ON | date |
None. |
|
UPDATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "TSFILE_NUMBER": 1, "CACS_AGENCY_ID": "sample string 2", "LOCATION_CODE": "sample string 3", "ACCT_NUM": "sample string 4", "CDS_SEGMENT_ID": "sample string 5", "TRANSACTION_DATE": "2025-05-02T01:09:36.1232408-04:00", "ITA_PROCESSING_FLAG": "sample string 6", "FUNCTION_CODE": "sample string 7", "REQUEST_DATE": "sample string 8", "Agency_ID": "sample string 9", "CONTRACT_IND": "sample string 10", "CREDIT_APPLICATION_IND": "sample string 11", "PAY_HISTORY_IND": "sample string 12", "INTENT_TO_SALE_LTR_IND": "sample string 13", "SALE_LETTER_RAS_IND": "sample string 14", "TITLE_LIEN_RELEASE_IND": "sample string 15", "DATE_ESTATE_CLAIM_FILED": "2025-05-02T01:09:36.1232408-04:00", "EXTEND_PLACEMENT_REASON": "sample string 16", "AGENCY_NOTES_1": "sample string 17", "AGENCY_NOTES_2": "sample string 18", "AGENCY_NOTES_3": "sample string 19", "AGENCY_NOTES_4": "sample string 20", "AGENCY_NOTES_5": "sample string 21", "AGENCY_NOTES_6": "sample string 22", "AGENCY_NOTES_7": "sample string 23", "AGENCY_NOTES_8": "sample string 24", "CREATED_ON": "2025-05-02T01:09:36.1232408-04:00", "CREATED_BY": 1, "UPDATED_ON": "2025-05-02T01:09:36.1232408-04:00", "UPDATED_BY": 1 }
application/xml, text/xml
Sample:
<RequestForInformationD2IModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreditorNetWebAPI.Models"> <ACCT_NUM>sample string 4</ACCT_NUM> <AGENCY_NOTES_1>sample string 17</AGENCY_NOTES_1> <AGENCY_NOTES_2>sample string 18</AGENCY_NOTES_2> <AGENCY_NOTES_3>sample string 19</AGENCY_NOTES_3> <AGENCY_NOTES_4>sample string 20</AGENCY_NOTES_4> <AGENCY_NOTES_5>sample string 21</AGENCY_NOTES_5> <AGENCY_NOTES_6>sample string 22</AGENCY_NOTES_6> <AGENCY_NOTES_7>sample string 23</AGENCY_NOTES_7> <AGENCY_NOTES_8>sample string 24</AGENCY_NOTES_8> <Agency_ID>sample string 9</Agency_ID> <CACS_AGENCY_ID>sample string 2</CACS_AGENCY_ID> <CDS_SEGMENT_ID>sample string 5</CDS_SEGMENT_ID> <CONTRACT_IND>sample string 10</CONTRACT_IND> <CREATED_BY>1</CREATED_BY> <CREATED_ON>2025-05-02T01:09:36.1232408-04:00</CREATED_ON> <CREDIT_APPLICATION_IND>sample string 11</CREDIT_APPLICATION_IND> <DATE_ESTATE_CLAIM_FILED>2025-05-02T01:09:36.1232408-04:00</DATE_ESTATE_CLAIM_FILED> <EXTEND_PLACEMENT_REASON>sample string 16</EXTEND_PLACEMENT_REASON> <FUNCTION_CODE>sample string 7</FUNCTION_CODE> <INTENT_TO_SALE_LTR_IND>sample string 13</INTENT_TO_SALE_LTR_IND> <ITA_PROCESSING_FLAG>sample string 6</ITA_PROCESSING_FLAG> <Id>1</Id> <LOCATION_CODE>sample string 3</LOCATION_CODE> <PAY_HISTORY_IND>sample string 12</PAY_HISTORY_IND> <REQUEST_DATE>sample string 8</REQUEST_DATE> <SALE_LETTER_RAS_IND>sample string 14</SALE_LETTER_RAS_IND> <TITLE_LIEN_RELEASE_IND>sample string 15</TITLE_LIEN_RELEASE_IND> <TRANSACTION_DATE>2025-05-02T01:09:36.1232408-04:00</TRANSACTION_DATE> <TSFILE_NUMBER>1</TSFILE_NUMBER> <UPDATED_BY>1</UPDATED_BY> <UPDATED_ON>2025-05-02T01:09:36.1232408-04:00</UPDATED_ON> </RequestForInformationD2IModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.