The GedcomUploadByteArray operation is used to upload a gedcom file to the OneGreatFamily system.
2008-03-03 Initial version
/FamilyTree/2009-03-03/Gedcom.svc
2009-03-18 Seperate SOAP and REST URL's
SOAP URI:
/Service/2009-03-18
REST URI [GET]:
Not yet implemented
| Name | Description | Required |
|---|---|---|
| userOgfn |
The given names of the individual you want to search for. Type: UInt64 Default: None Constraints: Must be a valid individual OGFN |
Yes |
| GroupOgfn |
The surname of the individual you want to search for. Type: OGFN Default: None Constraints: Must be a valid Group OGFN |
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.
|