PUT api/SaiSDSolutionCodeList/UpdateSolutionCodeList
Request Information
URI Parameters
None.
Body Parameters
SaiSDSolutionCodeList| Name | Description | Type | Additional information |
|---|---|---|---|
| SolutionCodeListId | integer |
None. |
|
| Name | string |
None. |
|
| TechNum | string |
None. |
|
| UpdateBy | string |
None. |
|
| SolutionCodeList | Collection of SaiSDSolutionCodeListDetails |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SolutionCodeListId": 1,
"Name": "sample string 2",
"TechNum": "sample string 3",
"UpdateBy": "sample string 4",
"SolutionCodeList": [
{
"Id": 1,
"SolutionCodeListId": 1,
"SolutionCode": "sample string 2",
"UpdateBy": "sample string 3",
"AccountId": 4,
"CompanyId": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedOn": "2025-12-16T09:38:41.3788971+00:00"
},
{
"Id": 1,
"SolutionCodeListId": 1,
"SolutionCode": "sample string 2",
"UpdateBy": "sample string 3",
"AccountId": 4,
"CompanyId": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedOn": "2025-12-16T09:38:41.3788971+00:00"
}
],
"AccountId": 5,
"CompanyId": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedOn": "2025-12-16T09:38:41.3788971+00:00"
}
application/xml, text/xml
Sample:
<SaiSDSolutionCodeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">5</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T09:38:41.3788971+00:00</CreatedOn>
<Name>sample string 2</Name>
<SolutionCodeList>
<SaiSDSolutionCodeListDetails>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">4</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T09:38:41.3788971+00:00</CreatedOn>
<Id>1</Id>
<SolutionCode>sample string 2</SolutionCode>
<SolutionCodeListId>1</SolutionCodeListId>
<UpdateBy>sample string 3</UpdateBy>
</SaiSDSolutionCodeListDetails>
<SaiSDSolutionCodeListDetails>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">4</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T09:38:41.3788971+00:00</CreatedOn>
<Id>1</Id>
<SolutionCode>sample string 2</SolutionCode>
<SolutionCodeListId>1</SolutionCodeListId>
<UpdateBy>sample string 3</UpdateBy>
</SaiSDSolutionCodeListDetails>
</SolutionCodeList>
<SolutionCodeListId>1</SolutionCodeListId>
<TechNum>sample string 3</TechNum>
<UpdateBy>sample string 4</UpdateBy>
</SaiSDSolutionCodeList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />