POST api/migrationapi/signin
Request Information
URI Parameters
None.
Body Parameters
LegacyProjectViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| ProjectName | string |
None. |
|
| FileName | string |
None. |
|
| Content | string |
None. |
|
| Index | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyId": 1,
"companyName": "sample string 2",
"projectName": "sample string 3",
"fileName": "sample string 4",
"content": "sample string 5",
"index": 6,
"createdDate": "2025-12-17T05:30:21.3968834+00:00"
}
application/xml, text/xml
Sample:
<LegacyProjectViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <CompanyId>1</CompanyId> <CompanyName>sample string 2</CompanyName> <Content>sample string 5</Content> <CreatedDate>2025-12-17T05:30:21.3968834+00:00</CreatedDate> <FileName>sample string 4</FileName> <Index>6</Index> <ProjectName>sample string 3</ProjectName> </LegacyProjectViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.