POST api/BeneficiaryStatus/Post
Request Information
URI Parameters
None.
Body Parameters
BeneficiaryStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7283dee4-3ae1-4b06-ae05-cafd98c99b88",
"Name": "sample string 2",
"Created": "2025-12-06T07:31:44.4913148+02:00",
"Modified": "2025-12-06T07:31:44.4913148+02:00",
"Deleted": "2025-12-06T07:31:44.4913148+02:00"
}
application/xml, text/xml
Sample:
<BeneficiaryStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <Created>2025-12-06T07:31:44.4913148+02:00</Created> <Deleted>2025-12-06T07:31:44.4913148+02:00</Deleted> <Id>7283dee4-3ae1-4b06-ae05-cafd98c99b88</Id> <Modified>2025-12-06T07:31:44.4913148+02:00</Modified> <Name>sample string 2</Name> </BeneficiaryStatusModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |