GET Api/Invoice/GetInvoicesByParent?invoice={invoice}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoice | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| SchoolName | string |
None. |
|
| StudentID | globally unique identifier |
None. |
|
| StudentName | string |
None. |
|
| StudentNo | string |
None. |
|
| InvoiceOn | date |
None. |
|
| DueOn | date |
None. |
|
| StartOn | date |
None. |
|
| EndOn | date |
None. |
|
| Description | string |
None. |
|
| InvoiceNo | string |
None. |
|
| InvoiceAmt | decimal number |
None. |
|
| ParentID | globally unique identifier |
None. |
|
| InvoiceStatus | InvoiceStatus |
None. |
|
| Days | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ClientName | string |
None. |
|
| PartnerID | globally unique identifier |
None. |
|
| PartnerName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SchoolID": "33ea8a22-11c1-4d14-8930-aaebe8bf984c",
"SchoolName": "sample string 2",
"StudentID": "3ff131c0-7a58-456a-8312-fdb40b17311a",
"StudentName": "sample string 4",
"StudentNo": "sample string 5",
"InvoiceOn": "2026-06-06T03:42:35.1691048+04:00",
"DueOn": "2026-06-06T03:42:35.1691048+04:00",
"StartOn": "2026-06-06T03:42:35.1691048+04:00",
"EndOn": "2026-06-06T03:42:35.1691048+04:00",
"Description": "sample string 10",
"InvoiceNo": "sample string 11",
"InvoiceAmt": 12.1,
"ParentID": "81f3d913-1716-424f-89c7-643fcc8a30b0",
"InvoiceStatus": 1,
"Days": 14,
"Id": "191f38cb-d067-4fea-8ede-9acc0f58cef3",
"UserName": "sample string 16",
"UserID": "464757ec-7c55-4ad5-9d50-8e5914768cbe",
"CreatedBy": "sample string 18",
"CreatedOn": "2026-06-06T03:42:35.1691048+04:00",
"ClientID": "bdd2e45f-63ff-4d9e-8365-fad6a249e861",
"ClientName": "sample string 21",
"PartnerID": "41053a5c-561a-4c5f-a10b-d2c29a0a5686",
"PartnerName": "sample string 23"
},
{
"SchoolID": "33ea8a22-11c1-4d14-8930-aaebe8bf984c",
"SchoolName": "sample string 2",
"StudentID": "3ff131c0-7a58-456a-8312-fdb40b17311a",
"StudentName": "sample string 4",
"StudentNo": "sample string 5",
"InvoiceOn": "2026-06-06T03:42:35.1691048+04:00",
"DueOn": "2026-06-06T03:42:35.1691048+04:00",
"StartOn": "2026-06-06T03:42:35.1691048+04:00",
"EndOn": "2026-06-06T03:42:35.1691048+04:00",
"Description": "sample string 10",
"InvoiceNo": "sample string 11",
"InvoiceAmt": 12.1,
"ParentID": "81f3d913-1716-424f-89c7-643fcc8a30b0",
"InvoiceStatus": 1,
"Days": 14,
"Id": "191f38cb-d067-4fea-8ede-9acc0f58cef3",
"UserName": "sample string 16",
"UserID": "464757ec-7c55-4ad5-9d50-8e5914768cbe",
"CreatedBy": "sample string 18",
"CreatedOn": "2026-06-06T03:42:35.1691048+04:00",
"ClientID": "bdd2e45f-63ff-4d9e-8365-fad6a249e861",
"ClientName": "sample string 21",
"PartnerID": "41053a5c-561a-4c5f-a10b-d2c29a0a5686",
"PartnerName": "sample string 23"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<Invoice>
<ClientID>bdd2e45f-63ff-4d9e-8365-fad6a249e861</ClientID>
<ClientName>sample string 21</ClientName>
<CreatedBy>sample string 18</CreatedBy>
<CreatedOn>2026-06-06T03:42:35.1691048+04:00</CreatedOn>
<Id>191f38cb-d067-4fea-8ede-9acc0f58cef3</Id>
<PartnerID>41053a5c-561a-4c5f-a10b-d2c29a0a5686</PartnerID>
<PartnerName>sample string 23</PartnerName>
<UserID>464757ec-7c55-4ad5-9d50-8e5914768cbe</UserID>
<UserName>sample string 16</UserName>
<Days>14</Days>
<Description>sample string 10</Description>
<DueOn>2026-06-06T03:42:35.1691048+04:00</DueOn>
<EndOn>2026-06-06T03:42:35.1691048+04:00</EndOn>
<InvoiceAmt>12.1</InvoiceAmt>
<InvoiceNo>sample string 11</InvoiceNo>
<InvoiceOn>2026-06-06T03:42:35.1691048+04:00</InvoiceOn>
<InvoiceStatus>Unpaid</InvoiceStatus>
<ParentID>81f3d913-1716-424f-89c7-643fcc8a30b0</ParentID>
<SchoolID>33ea8a22-11c1-4d14-8930-aaebe8bf984c</SchoolID>
<SchoolName>sample string 2</SchoolName>
<StartOn>2026-06-06T03:42:35.1691048+04:00</StartOn>
<StudentID>3ff131c0-7a58-456a-8312-fdb40b17311a</StudentID>
<StudentName>sample string 4</StudentName>
<StudentNo>sample string 5</StudentNo>
</Invoice>
<Invoice>
<ClientID>bdd2e45f-63ff-4d9e-8365-fad6a249e861</ClientID>
<ClientName>sample string 21</ClientName>
<CreatedBy>sample string 18</CreatedBy>
<CreatedOn>2026-06-06T03:42:35.1691048+04:00</CreatedOn>
<Id>191f38cb-d067-4fea-8ede-9acc0f58cef3</Id>
<PartnerID>41053a5c-561a-4c5f-a10b-d2c29a0a5686</PartnerID>
<PartnerName>sample string 23</PartnerName>
<UserID>464757ec-7c55-4ad5-9d50-8e5914768cbe</UserID>
<UserName>sample string 16</UserName>
<Days>14</Days>
<Description>sample string 10</Description>
<DueOn>2026-06-06T03:42:35.1691048+04:00</DueOn>
<EndOn>2026-06-06T03:42:35.1691048+04:00</EndOn>
<InvoiceAmt>12.1</InvoiceAmt>
<InvoiceNo>sample string 11</InvoiceNo>
<InvoiceOn>2026-06-06T03:42:35.1691048+04:00</InvoiceOn>
<InvoiceStatus>Unpaid</InvoiceStatus>
<ParentID>81f3d913-1716-424f-89c7-643fcc8a30b0</ParentID>
<SchoolID>33ea8a22-11c1-4d14-8930-aaebe8bf984c</SchoolID>
<SchoolName>sample string 2</SchoolName>
<StartOn>2026-06-06T03:42:35.1691048+04:00</StartOn>
<StudentID>3ff131c0-7a58-456a-8312-fdb40b17311a</StudentID>
<StudentName>sample string 4</StudentName>
<StudentNo>sample string 5</StudentNo>
</Invoice>
</ArrayOfInvoice>