POST api/CovidRTWFormDownload/LinkCovidCaseSMForm
Request Information
URI Parameters
None.
Body Parameters
CovidCaseSMFormDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SurveyId | string |
String length: inclusive between 0 and 100 |
|
CollectorId | string |
String length: inclusive between 0 and 100 |
|
ResponseId | string |
String length: inclusive between 0 and 200 |
|
CorporationCode | string |
String length: inclusive between 0 and 20 |
|
CaseNo | integer |
None. |
|
Status | integer |
None. |
|
ResponceDate | date |
None. |
|
ReasonForDelete | string |
String length: inclusive between 0 and 1000 |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "SurveyId": "sample string 2", "CollectorId": "sample string 3", "ResponseId": "sample string 4", "CorporationCode": "sample string 5", "CaseNo": 1, "Status": 1, "ResponceDate": "2025-04-04T05:37:54.2090262-07:00", "ReasonForDelete": "sample string 6" }
application/xml, text/xml
Sample:
<CovidCaseSMFormDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CaseNo>1</CaseNo> <CollectorId>sample string 3</CollectorId> <CorporationCode>sample string 5</CorporationCode> <Id>1</Id> <ReasonForDelete>sample string 6</ReasonForDelete> <ResponceDate>2025-04-04T05:37:54.2090262-07:00</ResponceDate> <ResponseId>sample string 4</ResponseId> <Status>1</Status> <SurveyId>sample string 2</SurveyId> </CovidCaseSMFormDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfCovidCaseSMFormDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | CovidCaseSMFormDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "SurveyId": "sample string 2", "CollectorId": "sample string 3", "ResponseId": "sample string 4", "CorporationCode": "sample string 5", "CaseNo": 1, "Status": 1, "ResponceDate": "2025-04-04T05:37:54.2090262-07:00", "ReasonForDelete": "sample string 6" }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfCovidCaseSMFormDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <d2p1:CaseNo>1</d2p1:CaseNo> <d2p1:CollectorId>sample string 3</d2p1:CollectorId> <d2p1:CorporationCode>sample string 5</d2p1:CorporationCode> <d2p1:Id>1</d2p1:Id> <d2p1:ReasonForDelete>sample string 6</d2p1:ReasonForDelete> <d2p1:ResponceDate>2025-04-04T05:37:54.2090262-07:00</d2p1:ResponceDate> <d2p1:ResponseId>sample string 4</d2p1:ResponseId> <d2p1:Status>1</d2p1:Status> <d2p1:SurveyId>sample string 2</d2p1:SurveyId> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfCovidCaseSMFormDTO3NYuOdgi>