POST api/Expenditure/SubmitForReview
Request Information
URI Parameters
None.
Body Parameters
ExpenditureModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Comment | string |
None. |
|
| CapturedBy | string |
None. |
|
| ProjectName | string |
None. |
|
| CampaignName | string |
None. |
|
| TaskName | string |
None. |
|
| ExapenditureDate | date |
None. |
|
| UserProfileId | globally unique identifier |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| TaskId | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Deleted | date |
None. |
|
| Documents | integer |
None. |
|
| ExpenditureStatusId | globally unique identifier |
None. |
|
| StatusName | string |
None. |
|
| StatusColor | string |
None. |
|
| ExpenditureTypeId | globally unique identifier |
None. |
|
| ExpenditureType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e3fd6c41-71e7-4f71-a687-2031764c217f",
"Amount": 2.0,
"Comment": "sample string 3",
"CapturedBy": "sample string 4",
"ProjectName": "sample string 5",
"CampaignName": "sample string 6",
"TaskName": "sample string 7",
"ExapenditureDate": "2026-08-24T11:29:13.7017203+02:00",
"UserProfileId": "4c30bbcd-6499-4ec8-88c2-6ce63a1e4e0c",
"ProjectId": "32a57169-4441-4c7d-9f2c-9145c2330f74",
"TaskId": "0b1cb707-34af-4350-b1ff-ff345c3f1e7e",
"CampaignId": "76313068-0f33-4cdd-bbb5-9df092ec39e0",
"Created": "2026-08-24T11:29:13.7017203+02:00",
"Modified": "2026-08-24T11:29:13.7017203+02:00",
"Deleted": "2026-08-24T11:29:13.7017203+02:00",
"Documents": 13,
"ExpenditureStatusId": "bb2599f3-2ed4-4319-a971-783f81f5f668",
"StatusName": "sample string 15",
"StatusColor": "sample string 16",
"ExpenditureTypeId": "6ea2cce0-3f98-478c-be19-c268209f8e3d",
"ExpenditureType": "sample string 18"
}
application/xml, text/xml
Sample:
<ExpenditureModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nozala.Model"> <Amount>2</Amount> <CampaignId>76313068-0f33-4cdd-bbb5-9df092ec39e0</CampaignId> <CampaignName>sample string 6</CampaignName> <CapturedBy>sample string 4</CapturedBy> <Comment>sample string 3</Comment> <Created>2026-08-24T11:29:13.7017203+02:00</Created> <Deleted>2026-08-24T11:29:13.7017203+02:00</Deleted> <Documents>13</Documents> <ExapenditureDate>2026-08-24T11:29:13.7017203+02:00</ExapenditureDate> <ExpenditureStatusId>bb2599f3-2ed4-4319-a971-783f81f5f668</ExpenditureStatusId> <ExpenditureType>sample string 18</ExpenditureType> <ExpenditureTypeId>6ea2cce0-3f98-478c-be19-c268209f8e3d</ExpenditureTypeId> <Id>e3fd6c41-71e7-4f71-a687-2031764c217f</Id> <Modified>2026-08-24T11:29:13.7017203+02:00</Modified> <ProjectId>32a57169-4441-4c7d-9f2c-9145c2330f74</ProjectId> <ProjectName>sample string 5</ProjectName> <StatusColor>sample string 16</StatusColor> <StatusName>sample string 15</StatusName> <TaskId>0b1cb707-34af-4350-b1ff-ff345c3f1e7e</TaskId> <TaskName>sample string 7</TaskName> <UserProfileId>4c30bbcd-6499-4ec8-88c2-6ce63a1e4e0c</UserProfileId> </ExpenditureModel>
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. |