| Name | Description | Additional information |
|---|---|---|
| programtypeid | Program Type Id |
Define this parameter in the request URI. |
List of Program Branch
[
{
"programtypeid": 1,
"branchid": 2,
"utctimestamp": "2025-10-28T11:25:58.9742373+00:00",
"createdby": "sample string 4",
"utclastchanged": "2025-10-28T11:25:58.9742373+00:00",
"lastchangedby": "sample string 5"
},
{
"programtypeid": 1,
"branchid": 2,
"utctimestamp": "2025-10-28T11:25:58.9742373+00:00",
"createdby": "sample string 4",
"utclastchanged": "2025-10-28T11:25:58.9742373+00:00",
"lastchangedby": "sample string 5"
}
]
<ArrayOfsetupprogrambranchmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON">
<setupprogrambranchmodel>
<branchid>2</branchid>
<createdby>sample string 4</createdby>
<lastchangedby>sample string 5</lastchangedby>
<programtypeid>1</programtypeid>
<utclastchanged>2025-10-28T11:25:58.9742373+00:00</utclastchanged>
<utctimestamp>2025-10-28T11:25:58.9742373+00:00</utctimestamp>
</setupprogrambranchmodel>
<setupprogrambranchmodel>
<branchid>2</branchid>
<createdby>sample string 4</createdby>
<lastchangedby>sample string 5</lastchangedby>
<programtypeid>1</programtypeid>
<utclastchanged>2025-10-28T11:25:58.9742373+00:00</utclastchanged>
<utctimestamp>2025-10-28T11:25:58.9742373+00:00</utctimestamp>
</setupprogrambranchmodel>
</ArrayOfsetupprogrambranchmodel>