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": "d547300d-07e1-4cab-a18b-c61fc1c5e1d5",
"MobileReferralFollowUpGuid": "e23f26b4-c6e4-491e-81e2-f7b7a2c42785",
"MobileReferralGuid": "cf4603e1-12c6-46a9-96ba-0e994790b3b2",
"UNHCRReferralID": "sample string 4",
"UNHCRReferralFollowUpID": 1,
"IsRegisteredUNHCR": true,
"UNHCRCaseNumber": "sample string 6",
"FollowUpActionId": 7,
"FollowUpActionDate": "2026-03-21T23:00:47.048698+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>d547300d-07e1-4cab-a18b-c61fc1c5e1d5</EventId> <MobileReferralFollowUpGuid>e23f26b4-c6e4-491e-81e2-f7b7a2c42785</MobileReferralFollowUpGuid> <MobileReferralGuid>cf4603e1-12c6-46a9-96ba-0e994790b3b2</MobileReferralGuid> <UNHCRReferralID>sample string 4</UNHCRReferralID> <UNHCRReferralFollowUpID>1</UNHCRReferralFollowUpID> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpActionId>7</FollowUpActionId> <FollowUpActionDate>2026-03-21T23:00:47.048698+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" d547300d-07e1-4cab-a18b-c61fc1c5e1d5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpGuid" e23f26b4-c6e4-491e-81e2-f7b7a2c42785 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralGuid" cf4603e1-12c6-46a9-96ba-0e994790b3b2 --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-03-21T23:00:47.0486980+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.