POST api/MobileReferralsFollowUp/PostMobileReferralsFollowUp
POST - Referral Follow Up
Request Information
URI Parameters
None.
Body Parameters
Mobile Referral Follow-Up Model
VMobileReferralFollowUp| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId |
Event Id |
globally unique identifier |
None. |
| MobileReferralFollowUpGuid |
Mobile Referral Follow up Guid |
globally unique identifier |
None. |
| MobileReferralGuid |
Mobile Referral Guid |
globally unique identifier |
None. |
| UNHCRReferralID |
UNHCR Referral ID |
string |
None. |
| UNHCRReferralFollowUpID |
UNHCR Referral Follow Up ID |
integer |
None. |
| IsRegisteredUNHCR |
Is Registered with UNHCR |
boolean |
None. |
| UNHCRCaseNumber |
UNHCR Case Number |
string |
None. |
| FollowUpActionId |
Follow Up Action Id |
integer |
None. |
| FollowUpActionDate |
Follow Up Action Date Id |
date |
None. |
| Comment |
Follow Up Comment |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "a28bb3b7-6607-4783-95c1-3bcb1de1becf",
"MobileReferralFollowUpGuid": "85b7161d-d1b0-4074-a18e-ff317781e255",
"MobileReferralGuid": "59102798-ed3f-4942-8427-fccd65e2e482",
"UNHCRReferralID": "sample string 4",
"UNHCRReferralFollowUpID": 1,
"IsRegisteredUNHCR": true,
"UNHCRCaseNumber": "sample string 6",
"FollowUpActionId": 7,
"FollowUpActionDate": "2026-08-04T22:23:28.058325+00:00",
"Comment": "sample string 9"
}
application/xml, text/xml
Sample:
<VMobileReferralFollowUp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <EventId>a28bb3b7-6607-4783-95c1-3bcb1de1becf</EventId> <MobileReferralFollowUpGuid>85b7161d-d1b0-4074-a18e-ff317781e255</MobileReferralFollowUpGuid> <MobileReferralGuid>59102798-ed3f-4942-8427-fccd65e2e482</MobileReferralGuid> <UNHCRReferralID>sample string 4</UNHCRReferralID> <UNHCRReferralFollowUpID>1</UNHCRReferralFollowUpID> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpActionId>7</FollowUpActionId> <FollowUpActionDate>2026-08-04T22:23:28.058325+00:00</FollowUpActionDate> <Comment>sample string 9</Comment> </VMobileReferralFollowUp>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" a28bb3b7-6607-4783-95c1-3bcb1de1becf --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpGuid" 85b7161d-d1b0-4074-a18e-ff317781e255 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralGuid" 59102798-ed3f-4942-8427-fccd65e2e482 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralID" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralFollowUpID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsRegisteredUNHCR" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRCaseNumber" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FollowUpActionId" 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FollowUpActionDate" 2026-08-04T22:23:28.0583250+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Comment" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
HTTP Status Code and Device Referral Follow-Up Id / UNHCR Referral Follow-Up Id
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.