POST api/Form8822b/AddForm8822Admin

Request Information

URI Parameters

None.

Body Parameters

Form8822DTO
NameDescriptionTypeAdditional information
formKind

string

None.

id

integer

None.

formGuid

string

None.

decedentsName

string

None.

decedentsSocialNumber

string

None.

name

string

None.

socialNumber

string

None.

spousesName

string

None.

spousesSocialNumber

string

None.

priorName

string

None.

spousesPriorName

string

None.

oldAddress

string

None.

oldCity

string

None.

oldZip

string

None.

oldForeignCountry

string

None.

oldForeignProvince

string

None.

oldForeignPostalCode

string

None.

spousesOldAddress

string

None.

spousesOldCity

string

None.

spousesOldZip

string

None.

spousesOldForeignCountry

string

None.

spousesOldForeignProvince

string

None.

spousesOldForeignPostalCode

string

None.

newAddress

string

None.

newCity

string

None.

newZip

string

None.

newForeignCountry

string

None.

newForeignProvince

string

None.

newForeignPostalCode

string

None.

dayTimePhone

string

None.

executorSignature

string

None.

executorTitle

string

None.

date

date

None.

yourSignature

string

None.

yourDate

date

None.

spousesSignature

string

None.

spousesDate

date

None.

executorDate

date

None.

yourOldAddress

string

None.

yourOldCity

string

None.

yourOldZip

string

None.

yourOldForeignCountry

string

None.

yourOldForeignProvince

string

None.

yourOldForeignPostalCode

string

None.

authorDate

date

None.

addressUpdate

boolean

None.

businessName

string

None.

ein

string

None.

oldMailingAddress

string

None.

oldMailingCity

string

None.

oldMailingZip

string

None.

oldMailingForeignCountry

string

None.

oldMailingForeignProvince

string

None.

oldMailingForeignPostalCode

string

None.

newMailingAddress

string

None.

newMailingCity

string

None.

newMailingZip

string

None.

newMailingForeignCountry

string

None.

newMailingForeignProvince

string

None.

newMailingForeignPostalCode

string

None.

newBusinessAddress

string

None.

newBusinessCity

string

None.

newBusinessZip

string

None.

newBusinessForeignCountry

string

None.

newBusinessForeignProvince

string

None.

newBusinessForeignPostalCode

string

None.

newResponsibleName

string

None.

newResponsibleSSN

string

None.

signOfficer

string

None.

officerName

string

None.

stepPath

string

None.

signature

string

None.

registerTime

date

None.

registerUser

string

None.

isEmployment

boolean

None.

isEmployeePlan

boolean

None.

isBusinessLocation

boolean

None.

isIncomeTaxReturns

boolean

None.

isTransferTaxReturns

boolean

None.

isSeparateFromSpouse

boolean

None.

isCompleteForm

boolean

None.

completed

boolean

None.

success

boolean

None.

completeFormTime

date

None.

completeDate

date

None.

isTaxExportOrg

boolean

None.

businessId

integer

None.

oldStateId

integer

None.

spousesOldStateId

integer

None.

newStateId

integer

None.

yourOldStateId

integer

None.

oldMailingStateId

integer

None.

newBusinessStateId

integer

None.

newMailingStateId

integer

None.

orderId

string

None.

agentId

string

None.

isSendInvoiceEmail

boolean

None.

sendInvoiceEmailDateTime

date

None.

lastDateEmailSend

date

None.

isUpdatedByAgent

boolean

None.

oldState

StateDTO

None.

spousesOldState

StateDTO

None.

newState

StateDTO

None.

yourOldState

StateDTO

None.

oldMailingState

StateDTO

None.

newBusinessState

StateDTO

None.

newMailingState

StateDTO

None.

serviceId

integer

None.

formStatusId

integer

None.

form8822TypeId

integer

None.

service

ServiceDTO

None.

formStatus

FormStatusDTO

None.

form8822Type

Form8822TypeDTO

None.

permit

PermitDTO

None.

business

BusinessDTO

None.

listPayment

Collection of Payment8822DTO

None.

payment

Payment8822DTO

None.

user

UserDTO

None.

listFormNote

Collection of FormNoteDTO

None.

sendIrs

boolean

None.

accept

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Form8822b' with type 'Application.DTOs.Form8822DTO'. Path 'listPayment[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Form8822b' with type 'Application.DTOs.Form8822DTO'. Path 'listPayment[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Application.DTOs.Payment8822DTO' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Application.DTOs.Payment8822DTO' contains cycles and cannot be serialized if reference tracking is disabled.

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 'Form8822DTO'.

Response Information

Resource Description

IdentityResultDTO
NameDescriptionTypeAdditional information
success

boolean

None.

errorMessage

string

None.

error

Collection of string

None.

result

string

None.

resultObject

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errorMessage": "sample string 2",
  "error": [
    "sample string 1",
    "sample string 2"
  ],
  "result": "sample string 3",
  "resultObject": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<IdentityResultDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.DTOs">
  <error xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </error>
  <errorMessage>sample string 2</errorMessage>
  <result>sample string 3</result>
  <resultObject xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </resultObject>
  <success>true</success>
</IdentityResultDTO>