The GedcomUploadByteArray operation is used to upload a gedcom file to the OneGreatFamily system.
2008-03-03 Initial version
2009-03-18 Seperate SOAP and REST URL's
2009-09-09 Added SessionId as parameter
SOAP URI:
/Service/2009-09-09
REST URI [GET]:
Not yet implemented
| Name | Description | Required |
|---|---|---|
| session ID |
The session identifier for the user. Type: string Default: None Constraints: session Identifier |
Yes |
| uLength |
The length of the byte array passed in (bytes). Type: ulong Default: None Constraints: length of the byte array passed in (bytes) |
Yes |
| data |
Byte array containing the gedcom file to be uploaded. Type: byte[] Default: None Constraints: valid gedcom file |
Yes |
The only thing returned is the aggregate below:
| Name | Description |
|---|---|
|
|
This operation returns a JobStatus aggregate upon success. Otherwise an error is returned.
|