POST api/{programid}/Timesheets/NavisionInvoiceItems

Request Information

URI Parameters

NameDescriptionTypeAdditional information
programid

string

Required

Body Parameters

NavisionInvoiceParams
NameDescriptionTypeAdditional information
ExternalDocumentNo

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalDocumentNo": "3c45531a-1afd-481a-9385-c0f84c40ed65"
}

application/xml, text/xml

Sample:
<NavisionInvoiceParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.WebApi.Models.Timesheet">
  <ExternalDocumentNo>3c45531a-1afd-481a-9385-c0f84c40ed65</ExternalDocumentNo>
</NavisionInvoiceParams>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NavisionInvoiceParams'.

Response Information

Resource Description

Collection of TimesheetInvoiceItem
NameDescriptionTypeAdditional information
ExternalDocumentNo

globally unique identifier

None.

Status

globally unique identifier

None.

PostingDate

date

None.

DateWorked

date

None.

EmployeeNo

string

None.

ConsumerNo

string

None.

TotalAmount

decimal number

None.

CheckNo

string

None.

TimesheetNo

string

None.

LineNumber

integer

None.

Amount

decimal number

None.

PricePerUnit

decimal number

None.

ServiceCode

string

None.

ServiceDescription

string

None.

PendMessage

string

None.

RejectionNote

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ExternalDocumentNo": "f268d1b8-b080-4540-851c-d9b13892cbbf",
    "Status": "2b0225d1-ec43-49e6-bf65-3ac32b4b8c4c",
    "PostingDate": "2025-04-04T02:14:25.8061041-04:00",
    "DateWorked": "2025-04-04T02:14:25.8061041-04:00",
    "EmployeeNo": "sample string 5",
    "ConsumerNo": "sample string 6",
    "TotalAmount": 7.0,
    "CheckNo": "sample string 8",
    "TimesheetNo": "sample string 9",
    "LineNumber": 10,
    "Amount": 11.0,
    "PricePerUnit": 12.0,
    "ServiceCode": "sample string 13",
    "ServiceDescription": "sample string 14",
    "PendMessage": "sample string 15",
    "RejectionNote": "sample string 16"
  },
  {
    "ExternalDocumentNo": "f268d1b8-b080-4540-851c-d9b13892cbbf",
    "Status": "2b0225d1-ec43-49e6-bf65-3ac32b4b8c4c",
    "PostingDate": "2025-04-04T02:14:25.8061041-04:00",
    "DateWorked": "2025-04-04T02:14:25.8061041-04:00",
    "EmployeeNo": "sample string 5",
    "ConsumerNo": "sample string 6",
    "TotalAmount": 7.0,
    "CheckNo": "sample string 8",
    "TimesheetNo": "sample string 9",
    "LineNumber": 10,
    "Amount": 11.0,
    "PricePerUnit": 12.0,
    "ServiceCode": "sample string 13",
    "ServiceDescription": "sample string 14",
    "PendMessage": "sample string 15",
    "RejectionNote": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTimesheetInvoiceItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.Models.WebAPI_DTO.Timesheet">
  <TimesheetInvoiceItem>
    <Amount>11</Amount>
    <CheckNo>sample string 8</CheckNo>
    <ConsumerNo>sample string 6</ConsumerNo>
    <DateWorked>2025-04-04T02:14:25.8061041-04:00</DateWorked>
    <EmployeeNo>sample string 5</EmployeeNo>
    <ExternalDocumentNo>f268d1b8-b080-4540-851c-d9b13892cbbf</ExternalDocumentNo>
    <LineNumber>10</LineNumber>
    <PendMessage>sample string 15</PendMessage>
    <PostingDate>2025-04-04T02:14:25.8061041-04:00</PostingDate>
    <PricePerUnit>12</PricePerUnit>
    <RejectionNote>sample string 16</RejectionNote>
    <ServiceCode>sample string 13</ServiceCode>
    <ServiceDescription>sample string 14</ServiceDescription>
    <Status>2b0225d1-ec43-49e6-bf65-3ac32b4b8c4c</Status>
    <TimesheetNo>sample string 9</TimesheetNo>
    <TotalAmount>7</TotalAmount>
  </TimesheetInvoiceItem>
  <TimesheetInvoiceItem>
    <Amount>11</Amount>
    <CheckNo>sample string 8</CheckNo>
    <ConsumerNo>sample string 6</ConsumerNo>
    <DateWorked>2025-04-04T02:14:25.8061041-04:00</DateWorked>
    <EmployeeNo>sample string 5</EmployeeNo>
    <ExternalDocumentNo>f268d1b8-b080-4540-851c-d9b13892cbbf</ExternalDocumentNo>
    <LineNumber>10</LineNumber>
    <PendMessage>sample string 15</PendMessage>
    <PostingDate>2025-04-04T02:14:25.8061041-04:00</PostingDate>
    <PricePerUnit>12</PricePerUnit>
    <RejectionNote>sample string 16</RejectionNote>
    <ServiceCode>sample string 13</ServiceCode>
    <ServiceDescription>sample string 14</ServiceDescription>
    <Status>2b0225d1-ec43-49e6-bf65-3ac32b4b8c4c</Status>
    <TimesheetNo>sample string 9</TimesheetNo>
    <TotalAmount>7</TotalAmount>
  </TimesheetInvoiceItem>
</ArrayOfTimesheetInvoiceItem>