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": "17e1fba3-7b08-4e3d-a87c-d6e19c7f9f2d",
"MobileReferralFollowUpGuid": "b372a409-7fc6-40c0-b1bf-3e5a301f1c97",
"MobileReferralGuid": "ea0c176a-7f54-41aa-863d-3966002bea5c",
"UNHCRReferralID": "sample string 4",
"UNHCRReferralFollowUpID": 1,
"IsRegisteredUNHCR": true,
"UNHCRCaseNumber": "sample string 6",
"FollowUpActionId": 7,
"FollowUpActionDate": "2026-09-11T10:56:04.0745319+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>17e1fba3-7b08-4e3d-a87c-d6e19c7f9f2d</EventId> <MobileReferralFollowUpGuid>b372a409-7fc6-40c0-b1bf-3e5a301f1c97</MobileReferralFollowUpGuid> <MobileReferralGuid>ea0c176a-7f54-41aa-863d-3966002bea5c</MobileReferralGuid> <UNHCRReferralID>sample string 4</UNHCRReferralID> <UNHCRReferralFollowUpID>1</UNHCRReferralFollowUpID> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpActionId>7</FollowUpActionId> <FollowUpActionDate>2026-09-11T10:56:04.0745319+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" 17e1fba3-7b08-4e3d-a87c-d6e19c7f9f2d --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpGuid" b372a409-7fc6-40c0-b1bf-3e5a301f1c97 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralGuid" ea0c176a-7f54-41aa-863d-3966002bea5c --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-09-11T10:56:04.0745319+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.